Code

battery plugin: remove unused include
authorRuben Kerkhof <ruben@rubenkerkhof.com>
Sun, 24 Jul 2016 15:58:58 +0000 (17:58 +0200)
committerRuben Kerkhof <ruben@rubenkerkhof.com>
Sun, 24 Jul 2016 15:58:58 +0000 (17:58 +0200)
src/battery.c

index 8a96e8990f672e6ba98fed8d7d067dc905254f59..4e0c06fdb0d4e5ab567cb47ec5deeef78a087d60 100644 (file)
@@ -27,8 +27,6 @@
 #include "common.h"
 #include "plugin.h"
 
-#include "utils_complain.h"
-
 #if HAVE_MACH_MACH_TYPES_H
 #  include <mach/mach_types.h>
 #endif