Clean up clutter-private.h/1

Move DeviceManager/InputDevice private API to a different header.
This commit is contained in:
Emmanuele Bassi
2010-10-21 10:54:14 +01:00
parent f709664f23
commit c1771d152e
14 changed files with 109 additions and 91 deletions

View File

@ -34,9 +34,10 @@
#include <X11/extensions/XKBcommon.h>
#include "../clutter-debug.h"
#include "../clutter-private.h"
#include "../clutter-keysyms.h"
#include "clutter-debug.h"
#include "clutter-device-manager-private.h"
#include "clutter-private.h"
#include "clutter-keysyms.h"
#include "clutter-stage-wayland.h"