X-Git-Url: https://git.octo.it/?p=collectd.git;a=blobdiff_plain;f=src%2Futils_lua.h;h=e5a3d74677574c0e5de6397a3e696fc0591d9a64;hp=8ff507c7a2b8902beb91f48d036e4b78daa069c4;hb=54619dc85fd308b21ed09a0271e5c7383c7921b9;hpb=eec0cd9ca51c5c132ed09fc4699c02f3bd12d748 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 : */