aboutsummarylogtreecommitdiffstats
path: root/x.c
diff options
context:
space:
mode:
authorDevin J. Pohly2018-02-24 16:45:42 -0600
committerDevin J. Pohly2018-02-25 21:56:26 -0600
commitae01d9c8b627814eb8e06c1bdb27fa2dc48b9ae0 (patch)
tree6d23ba98ad9b65ddf1182e8d3dab1be400389611 /x.c
parent389f447cf42be5105c99fff3f08c6450a2dd6e5d (diff)
downloadaur-ae01d9c8b627814eb8e06c1bdb27fa2dc48b9ae0.tar.gz
Clean up #includes
Signed-off-by: Devin J. Pohly <djpohly@gmail.com>
Diffstat (limited to 'x.c')
-rw-r--r--x.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/x.c b/x.c
index f7b05285508d..d0acfee59b93 100644
--- a/x.c
+++ b/x.c
@@ -1,15 +1,14 @@
/* See LICENSE for license details. */
#include <errno.h>
+#include <limits.h>
#include <locale.h>
#include <signal.h>
-#include <stdint.h>
#include <sys/select.h>
#include <time.h>
#include <unistd.h>
#include <libgen.h>
#include <X11/Xatom.h>
#include <X11/Xlib.h>
-#include <X11/Xutil.h>
#include <X11/cursorfont.h>
#include <X11/keysym.h>
#include <X11/Xft/Xft.h>