Remove obsolete include and Xlib comment.

This commit is contained in:
Ingo Bürk 2017-01-05 23:15:04 +01:00
parent 466988eb5a
commit 11a29540f2
2 changed files with 1 additions and 3 deletions

View File

@ -38,7 +38,7 @@
#include "common/xutil.h" #include "common/xutil.h"
#include "xkb.h" #include "xkb.h"
/* XStringToKeysym() and XKeysymToString */ /* XStringToKeysym() */
#include <X11/Xlib.h> #include <X11/Xlib.h>
#include <xkbcommon/xkbcommon.h> #include <xkbcommon/xkbcommon.h>
#include <glib.h> #include <glib.h>

2
xrdb.c
View File

@ -22,8 +22,6 @@
#include "xrdb.h" #include "xrdb.h"
#include "globalconf.h" #include "globalconf.h"
#include <X11/Xresource.h>
#include <string.h> #include <string.h>
/* \brief get value from X Resources DataBase /* \brief get value from X Resources DataBase