summaryrefslogtreecommitdiff
path: root/src/main.cc
diff options
context:
space:
mode:
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) {