summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/screen.cc18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/screen.cc b/src/screen.cc
index f5cc0092..039d8205 100644
--- a/src/screen.cc
+++ b/src/screen.cc
@@ -2,6 +2,15 @@
#include "config.h"
+#include "screen.hh"
+#include "client.hh"
+#include "openbox.hh"
+#include "frame.hh"
+#include "bindings.hh"
+#include "python.hh"
+#include "otk/display.hh"
+#include "otk/property.hh"
+
extern "C" {
#ifdef HAVE_UNISTD_H
# include <sys/types.h>
@@ -12,15 +21,6 @@ extern "C" {
#define _(str) gettext(str)
}
-#include "screen.hh"
-#include "client.hh"
-#include "openbox.hh"
-#include "frame.hh"
-#include "bindings.hh"
-#include "python.hh"
-#include "otk/display.hh"
-#include "otk/property.hh"
-
#include <vector>
#include <algorithm>
#include <cstdio>