aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Ankarstr\xf6m <john@ankarstrom.se>2021-06-01 21:54:16 +0200
committerJohn Ankarstr\xf6m <john@ankarstrom.se>2021-06-01 21:54:16 +0200
commit7a7fcb66b8589b26194e36f6d0461a73b8f6a3f9 (patch)
treec4f673824b0e13acec5bb6b73d8aeff95ba1907d
parent9d7c5bdf7bb04c368d1819224b6f6c1e6ba5d9ee (diff)
downloadxbattext-7a7fcb66b8589b26194e36f6d0461a73b8f6a3f9.tar.gz
Remove superfluous includes
-rw-r--r--xbattext.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/xbattext.c b/xbattext.c
index ec4a673..fd41aa3 100644
--- a/xbattext.c
+++ b/xbattext.c
@@ -23,18 +23,13 @@
* is released into the public domain; do whatever you want with it.
*/
-#include <assert.h>
#include <err.h>
#include <fcntl.h>
#include <machine/apmvar.h>
#include <stdio.h>
#include <stdlib.h>
-#include <sys/envsys.h>
#include <sys/ioctl.h>
-#include <unistd.h>
-#include <X11/Xlib.h>
#include <Xm/Label.h>
-#include <Xm/Xm.h>
/* interval in seconds */
#define INTERVAL 15