launcher: Fix up includes

This commit is contained in:
Jasper St. Pierre 2014-04-22 17:06:36 -04:00
parent 9a98ec81d7
commit 0d9fa24be4
2 changed files with 5 additions and 14 deletions

View File

@ -17,35 +17,27 @@
* 02111-1307, USA. * 02111-1307, USA.
*/ */
#include <config.h> #include "config.h"
#include "meta-launcher.h"
#include "weston-launch.h"
#include <gio/gio.h>
#include <gio/gunixfdmessage.h> #include <gio/gunixfdmessage.h>
#include <clutter/clutter.h> #include <clutter/clutter.h>
#include <clutter/egl/clutter-egl.h> #include <clutter/egl/clutter-egl.h>
#include <clutter/evdev/clutter-evdev.h> #include <clutter/evdev/clutter-evdev.h>
#include <glib.h>
#include <sys/time.h>
#include <string.h>
#include <sys/types.h> #include <sys/types.h>
#include <sys/stat.h> #include <sys/stat.h>
#include <fcntl.h> #include <fcntl.h>
#include <errno.h> #include <errno.h>
#include <sys/socket.h>
#include <sys/un.h>
#include <stdlib.h> #include <stdlib.h>
#include <sys/wait.h> #include <string.h>
#include <drm.h>
#include <xf86drm.h>
#include <xf86drmMode.h>
#include "wayland/meta-wayland-private.h" #include "wayland/meta-wayland-private.h"
#include "backends/meta-backend.h" #include "backends/meta-backend.h"
#include "meta-cursor-renderer-native.h" #include "meta-cursor-renderer-native.h"
#include "meta-launcher.h"
struct _MetaLauncher struct _MetaLauncher
{ {

View File

@ -21,7 +21,6 @@
#define META_LAUNCHER_H #define META_LAUNCHER_H
#include <glib-object.h> #include <glib-object.h>
#include "weston-launch.h"
typedef struct _MetaLauncher MetaLauncher; typedef struct _MetaLauncher MetaLauncher;