Code

More reformatting.
[collectd.git] / src / utils_lua.c
index 7f2ba04c7d2db3081ba7d48795427da195ec901c..dcb84afa0753fa23704fff2e5bd210771ecbe2de 100644 (file)
@@ -28,8 +28,8 @@
  * GCC will complain about the macro definition. */
 #define DONT_POISON_SPRINTF_YET
 
-#include "utils_lua.h"
 #include "common.h"
+#include "utils_lua.h"
 
 static int ltoc_values(lua_State *L, /* {{{ */
                        const data_set_t *ds, value_t *ret_values) {