Don't include X11 headers in wayland

The include of X11/keysyms.h in gdkdevice-wayland.c was just
a leftover.
This commit is contained in:
Matthias Clasen 2013-05-23 12:26:26 -04:00
parent f3832d6a9e
commit 875b1d07de

View File

@ -32,7 +32,6 @@
#include "gdkdevicemanagerprivate.h"
#include <xkbcommon/xkbcommon.h>
#include <X11/keysym.h>
#include <sys/time.h>
#include <sys/mman.h>