summaryrefslogtreecommitdiff
path: root/src/main.cc
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-01-11 19:42:43 +0000
committerDana Jansens <danakj@orodu.net>2003-01-11 19:42:43 +0000
commit77ab46d1e35d48e73c201e6de88b26f48bb06425 (patch)
tree6d2e5052e9d3a77f20a34354af9a266fff5d59a1 /src/main.cc
parentf1b9e2168d8c1b03b0fcf0b6dd70aa46c513059d (diff)
removing all prefixes completed
Diffstat (limited to 'src/main.cc')
-rw-r--r--src/main.cc5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/main.cc b/src/main.cc
index a8312af5..1311ce51 100644
--- a/src/main.cc
+++ b/src/main.cc
@@ -1,4 +1,4 @@
-// -*- mode: C++; indent-tabs-mode: nil; -*-
+// -*- mode: C++; indent-tabs-mode: nil; c-basic-offset: 2; -*-
/*! @file main.cc
@brief Main entry point for the application
@@ -16,9 +16,6 @@ extern "C" {
#include "gettext.h"
}
-#include <string>
-using std::string;
-
#include "openbox.hh"
int main(int argc, char **argv) {