Inclusion cleanups in sources

Try to do inclusions in the same sequence, more or less.
This commit is contained in:
Matthias Clasen
2010-10-14 22:05:51 -04:00
parent 88ef199ed7
commit bda1f35585
58 changed files with 228 additions and 163 deletions

View File

@ -18,15 +18,15 @@
*/
#include "config.h"
#include "gdkx.h"
#include "gdkdevicemanager-core.h"
#include "gdkdevicemanager-core.h"
#ifdef XINPUT_XFREE
#include "gdkdevicemanager-xi.h"
#ifdef XINPUT_2
#include "gdkdevicemanager-xi2.h"
#endif
#endif
#include "gdkx.h"
GdkDeviceManager *
_gdk_device_manager_new (GdkDisplay *display)