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

@ -30,12 +30,13 @@
#include "window-private.h"
#include <meta/errors.h>
#include "frame.h"
#include "group.h"
#include <meta/prefs.h>
#include <meta/workspace.h>
#include <X11/Xatom.h>
#include "x11/group.h"
#define WINDOW_HAS_TRANSIENT_TYPE(w) \
(w->type == META_WINDOW_DIALOG || \
w->type == META_WINDOW_MODAL_DIALOG || \