shell: build fix (clutter-gtk includes)

Building without cheese broke with commit 64467d7

https://bugzilla.gnome.org/show_bug.cgi?id=694118
This commit is contained in:
Jeremy Bicha 2013-02-18 14:33:43 -05:00
parent 73a5b5ce45
commit dd73671c24

View file

@ -25,7 +25,6 @@
#include <glib/gi18n.h>
#include <gio/gio.h>
#include <libnotify/notify.h>
#include <clutter-gtk/clutter-gtk.h>
#include "cc-application.h"
#include "cc-panel-loader.h"
@ -34,6 +33,7 @@
#ifdef HAVE_CHEESE
#include <cheese-gtk.h>
#include <clutter-gtk/clutter-gtk.h>
#endif /* HAVE_CHEESE */
struct _CcApplicationPrivate