all repos — openbox @ 7c32ac2b3f0bfd02a1efea1d67e5ad1c3c5be93f

openbox fork - make it a bit more like ryudo

proper order for headers
Dana Jansens danakj@orodu.net
commit

7c32ac2b3f0bfd02a1efea1d67e5ad1c3c5be93f

parent

ec2113ca5bbb6043fafab0623f24e991e052f77e

1 files changed, 9 insertions(+), 9 deletions(-)

jump to
M src/screen.ccsrc/screen.cc

@@ -2,6 +2,15 @@ // -*- mode: C++; indent-tabs-mode: nil; c-basic-offset: 2; -*-

#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>

@@ -11,15 +20,6 @@

#include "gettext.h" #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>