]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/ac-power/ac-power.c
battery-util: split out code that checks AC power state into its own .c/.h pair
[thirdparty/systemd.git] / src / ac-power / ac-power.c
index 853635047d9d2b3a9ecfea010712617491031285..62181a83df718af1e1b248ddeff29d9198a723e1 100644 (file)
@@ -2,9 +2,9 @@
 
 #include <getopt.h>
 
+#include "battery-util.h"
 #include "build.h"
 #include "main-func.h"
-#include "udev-util.h"
 
 static bool arg_verbose = false;