X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Flua.c;h=9a1ceed7cdf1b1fb20329f1a363e9549a6014a2a;hb=master;hp=a87f3ea766bbed881f51aeaa05087df85dbf6f2d;hpb=06e6829f9ee395916025c7f9016c753115d5cebe;p=collectd.git diff --git a/src/lua.c b/src/lua.c index a87f3ea7..3f48a55d 100644 --- a/src/lua.c +++ b/src/lua.c @@ -28,10 +28,10 @@ * Ruben Kerkhof **/ +#include "collectd.h" #include "plugin.h" #include "utils/common/common.h" #include "utils_lua.h" -#include "collectd.h" /* Include the Lua API header files. */ #include