X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Frrd_daemon.c;h=340ea1539db6271709497a263d0d9253cc7c50e5;hb=a490ff8d4ae97046a200b6a1c9c033d9b461b77d;hp=273714418ce0a2828e558f4291e6173c65dfca23;hpb=7af26ea5c6f5e094e7c02dc47ceb0f87f5f2af48;p=rrdtool.git diff --git a/src/rrd_daemon.c b/src/rrd_daemon.c index 2737144..340ea15 100644 --- a/src/rrd_daemon.c +++ b/src/rrd_daemon.c @@ -63,13 +63,6 @@ * Now for some includes.. */ /* {{{ */ -#if defined(_WIN32) && !defined(__CYGWIN__) && !defined(__CYGWIN32__) && !defined(HAVE_CONFIG_H) -#include "../win32/config.h" -#else -#ifdef HAVE_CONFIG_H -#include "../rrd_config.h" -#endif -#endif #include "rrd_tool.h" #include "rrd_client.h"