Remove unnecessary X11 includes

This commit is contained in:
David Boddie
2019-07-19 19:57:14 +02:00
parent 88ade4df1b
commit e25d5a84b2
2 changed files with 0 additions and 3 deletions

View File

@ -3,7 +3,6 @@
#include <inttypes.h>
#include <glib.h>
#include <X11/XKBlib.h>
#include "eek/eek.h"

View File

@ -20,8 +20,6 @@
#include <gtk/gtk.h>
#include <glib/gi18n.h>
#include <gdk/gdkx.h>
#include "eek/eek-gtk.h"
#include "eek/layersurface.h"
#include "wayland.h"