Remove x11/ directory from default include path

This commit is contained in:
Jasper St. Pierre
2014-03-18 21:56:45 -04:00
parent 0a20f7458c
commit a3ccc4fd1c
8 changed files with 16 additions and 15 deletions

View File

@@ -38,14 +38,14 @@
#include "screen-private.h"
#include <meta/util.h>
#include "stack.h"
#include "iconcache.h"
#include <X11/Xutil.h>
#include <cairo.h>
#include <gdk-pixbuf/gdk-pixbuf.h>
#include <clutter/clutter.h>
#include "meta-wayland-types.h"
#include "group.h"
#include "x11/iconcache.h"
#include "x11/group.h"
typedef struct _MetaWindowQueue MetaWindowQueue;