diff options
author | John Ankarstr\xf6m <john@ankarstrom.se> | 2021-06-01 21:54:16 +0200 |
---|---|---|
committer | John Ankarstr\xf6m <john@ankarstrom.se> | 2021-06-01 21:54:16 +0200 |
commit | 7a7fcb66b8589b26194e36f6d0461a73b8f6a3f9 (patch) | |
tree | c4f673824b0e13acec5bb6b73d8aeff95ba1907d /xbattext.c | |
parent | 9d7c5bdf7bb04c368d1819224b6f6c1e6ba5d9ee (diff) | |
download | xbattext-7a7fcb66b8589b26194e36f6d0461a73b8f6a3f9.tar.gz |
Remove superfluous includes
Diffstat (limited to 'xbattext.c')
-rw-r--r-- | xbattext.c | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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 |