summaryrefslogtreecommitdiff
path: root/components/battery.c
diff options
context:
space:
mode:
Diffstat (limited to 'components/battery.c')
-rw-r--r--components/battery.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/battery.c b/components/battery.c
index b7a2ec6..f0fe8bf 100644
--- a/components/battery.c
+++ b/components/battery.c
@@ -2,8 +2,8 @@
#include <stdio.h>
#include <string.h>
-#include "../util.h"
#include "../slstatus.h"
+#include "../util.h"
#if defined(__linux__)
#include <limits.h>