Tree wide: Move utilities and libraries to src/utils/.
[collectd.git] / src / battery.c
index a74e7b6..8e6c4b2 100644 (file)
@@ -25,8 +25,8 @@
 
 #include "collectd.h"
 
-#include "common.h"
 #include "plugin.h"
+#include "utils/common/common.h"
 
 #if HAVE_MACH_MACH_TYPES_H
 #include <mach/mach_types.h>