proper order for headers
This commit is contained in:
parent
ec2113ca5b
commit
7c32ac2b3f
1 changed files with 9 additions and 9 deletions
|
@ -2,6 +2,15 @@
|
||||||
|
|
||||||
#include "config.h"
|
#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" {
|
extern "C" {
|
||||||
#ifdef HAVE_UNISTD_H
|
#ifdef HAVE_UNISTD_H
|
||||||
# include <sys/types.h>
|
# include <sys/types.h>
|
||||||
|
@ -12,15 +21,6 @@ extern "C" {
|
||||||
#define _(str) gettext(str)
|
#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 <vector>
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
#include <cstdio>
|
#include <cstdio>
|
||||||
|
|
Loading…
Reference in a new issue