wayland: Fix some missing includes

The commit 90e5088 added some extra compiler warning options that were
triggering warnings when enabling the wayland build due to missing
header includes. This adds those header includes in.

Reviewed-by: Robert Bragg <robert@linux.intel.com>
Reviewed-by: Emmanuele Bassi <ebassi@linux.intel.com>
This commit is contained in:
Neil Roberts 2012-03-09 18:24:14 +00:00 committed by Robert Bragg
parent cf96c9caf3
commit dee544645b
5 changed files with 8 additions and 0 deletions

View File

@ -55,6 +55,10 @@
#include "clutter-stage-window.h"
#include "clutter-version.h"
#ifdef HAVE_CLUTTER_WAYLAND_COMPOSITOR
#include "wayland/clutter-wayland-compositor.h"
#endif /* HAVE_CLUTTER_WAYLAND_COMPOSITOR */
#include <cogl/cogl.h>
#ifdef CLUTTER_INPUT_X11

View File

@ -47,6 +47,7 @@
#include "clutter-stage-manager.h"
#include "clutter-xkb-utils.h"
#include "clutter-backend-private.h"
#include "clutter-evdev.h"
#include "clutter-device-manager-evdev.h"

View File

@ -34,6 +34,7 @@
#include "../clutter-event.h"
#include "../clutter-main.h"
#include "clutter-event-wayland.h"
typedef struct _ClutterEventSourceWayland
{

View File

@ -41,6 +41,7 @@
#include "clutter-input-device-wayland.h"
#include "clutter-backend-wayland.h"
#include "clutter-stage-private.h"
#include "clutter-wayland.h"
#include "cogl/clutter-stage-cogl.h"

View File

@ -36,6 +36,7 @@
#include "clutter-stage-window.h"
#include "clutter-stage-private.h"
#include "clutter-event-private.h"
#include "clutter-wayland.h"
#include <cogl/cogl.h>
#include <cogl/cogl-wayland-client.h>