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

@@ -39,7 +39,6 @@
#include "workspace-private.h"
#include "keybindings-private.h"
#include "stack.h"
#include "xprops.h"
#include <meta/compositor.h>
#include "mutter-enum-types.h"
#include "core.h"
@@ -54,6 +53,8 @@
#include <stdio.h>
#include <stdlib.h>
#include "x11/xprops.h"
static char* get_screen_name (MetaDisplay *display,
int number);