diff options
-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 |