diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-02-12 06:49:06 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-02-12 06:49:06 +0000 |
| commit | 7c32ac2b3f0bfd02a1efea1d67e5ad1c3c5be93f (patch) | |
| tree | f93cf046669d28bd573693975f13630346d65613 | |
| parent | ec2113ca5bbb6043fafab0623f24e991e052f77e (diff) | |
proper order for headers
| -rw-r--r-- | src/screen.cc | 18 |
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> |
