mirror of
https://github.com/awesomeWM/awesome
synced 2024-11-16 07:47:22 +01:00
Remove obsolete include and Xlib comment.
This commit is contained in:
parent
466988eb5a
commit
11a29540f2
2 changed files with 1 additions and 3 deletions
|
@ -38,7 +38,7 @@
|
|||
#include "common/xutil.h"
|
||||
#include "xkb.h"
|
||||
|
||||
/* XStringToKeysym() and XKeysymToString */
|
||||
/* XStringToKeysym() */
|
||||
#include <X11/Xlib.h>
|
||||
#include <xkbcommon/xkbcommon.h>
|
||||
#include <glib.h>
|
||||
|
|
2
xrdb.c
2
xrdb.c
|
@ -22,8 +22,6 @@
|
|||
#include "xrdb.h"
|
||||
#include "globalconf.h"
|
||||
|
||||
#include <X11/Xresource.h>
|
||||
|
||||
#include <string.h>
|
||||
|
||||
/* \brief get value from X Resources DataBase
|
||||
|
|
Loading…
Reference in a new issue