X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Futils_lua.h;h=61d9070ebe94f7516d94a6e35d2f2f84e4373d8a;hb=0d9f395599348e735e6f461e1c328293bef0d060;hp=b594190438ca9810483bef90252297f34b415d80;hpb=d0408cb0dbef15d739a6b1cd047e9c94d7643329;p=collectd.git diff --git a/src/utils_lua.h b/src/utils_lua.h index b5941904..61d9070e 100644 --- a/src/utils_lua.h +++ b/src/utils_lua.h @@ -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 : */