X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Futils_lua.h;h=e5a3d74677574c0e5de6397a3e696fc0591d9a64;hb=48622c3d7c8c0d3ab07cda8a1947c33bfe31df73;hp=8ff507c7a2b8902beb91f48d036e4b78daa069c4;hpb=2079ee1517e34de372f58e7e2267ad5c71a8a41f;p=collectd.git diff --git a/src/utils_lua.h b/src/utils_lua.h index 8ff507c7..e5a3d746 100644 --- a/src/utils_lua.h +++ b/src/utils_lua.h @@ -27,12 +27,9 @@ #ifndef UTILS_LUA_H #define UTILS_LUA_H 1 -#include "plugin.h" #include "collectd.h" +#include "plugin.h" -#ifndef DONT_POISON_SPRINTF_YET -#error "Files including utils_lua.h need to define DONT_POISON_SPRINTF_YET." -#endif #include /* @@ -53,4 +50,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 : */