proper order for headers

This commit is contained in:
Dana Jansens 2003-02-12 06:49:06 +00:00
parent ec2113ca5b
commit 7c32ac2b3f

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