]> Dogcows Code - chaz/openbox/commitdiff
proper order for headers
authorDana Jansens <danakj@orodu.net>
Wed, 12 Feb 2003 06:49:06 +0000 (06:49 +0000)
committerDana Jansens <danakj@orodu.net>
Wed, 12 Feb 2003 06:49:06 +0000 (06:49 +0000)
src/screen.cc

index f5cc00922125f9068040504c56bf4ad456531913..039d82050fa770004a9f2ff93ef877ba7353d33d 100644 (file)
@@ -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>
This page took 0.025472 seconds and 4 git commands to generate.