Merge pull request #2742 from elfiesmelfie/ipmi_bugfix_sensor_option
[collectd.git] / src / utils_lua.h
index b594190..61d9070 100644 (file)
@@ -27,8 +27,8 @@
 #ifndef UTILS_LUA_H
 #define UTILS_LUA_H 1
 
-#include "collectd.h"
 #include "plugin.h"
+#include "collectd.h"
 
 #ifndef DONT_POISON_SPRINTF_YET
 #error "Files including utils_lua.h need to define DONT_POISON_SPRINTF_YET."
@@ -53,4 +53,3 @@ int luaC_pushvaluelist(lua_State *L, const data_set_t *ds,
                        const value_list_t *vl);
 
 #endif /* UTILS_LUA_H */
-/* vim: set sw=2 sts=2 et fdm=marker : */