From ef4bb6744ca92ef133962d93dc7c54a85479d10c Mon Sep 17 00:00:00 2001 From: oetiker Date: Fri, 16 Dec 2011 07:29:44 +0000 Subject: [PATCH] need min defined now git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.4@2237 a5681a0c-68f1-0310-ab6d-d61299d08faa --- program/src/rrd_daemon.c | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/program/src/rrd_daemon.c b/program/src/rrd_daemon.c index 1c7a641f..17153ce9 100644 --- a/program/src/rrd_daemon.c +++ b/program/src/rrd_daemon.c @@ -63,15 +63,7 @@ * 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.h" +#include "rrd_tool.h" #include "rrd_client.h" #include "unused.h" -- 2.30.2