clang-format -style=file -i src/daemon/{collectd,configfile,globals}.c
[collectd.git] / src / daemon / globals.c
index 207ca05..5c6749f 100644 (file)
@@ -21,8 +21,8 @@
  * DEALINGS IN THE SOFTWARE.
  **/
 
-#include "globals.h"
 #include "common.h"
+#include "globals.h"
 
 #if HAVE_KSTAT_H
 #include <kstat.h>