diff options
-rw-r--r-- | xbattext.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -16,9 +16,6 @@ */ #include <assert.h> -#include <X11/Xlib.h> -#include <Xm/Label.h> -#include <Xm/Xm.h> #include <err.h> #include <fcntl.h> #include <machine/apmvar.h> @@ -27,6 +24,9 @@ #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 30 |