Code

need min defined now
[rrdtool.git] / src / rrd_daemon.c
index 1c7a641fad9eaca12df384503f3292604ff5b1a8..17153ce98be3309f985b885b486e3a0fc7b5fd6d 100644 (file)
  * 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"