aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Ankarstr\xf6m <john@ankarstrom.se>2021-06-01 16:26:29 +0200
committerJohn Ankarstr\xf6m <john@ankarstrom.se>2021-06-01 16:26:29 +0200
commit55a3b1e88d5374ff2383b15bb20894d1f71025a3 (patch)
treef1ea4f58b70de15b920749f317ed2948dd95e4a1
parent603e8ca2e2b4df967ce8d251a7718485f971d353 (diff)
downloadxbattext-55a3b1e88d5374ff2383b15bb20894d1f71025a3.tar.gz
Sort includes alphabetically
-rw-r--r--xbattext.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/xbattext.c b/xbattext.c
index 5e59ce1..e1d2fbe 100644
--- a/xbattext.c
+++ b/xbattext.c
@@ -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