From f26c4b47c621b645628957d55e1df81fe780425b Mon Sep 17 00:00:00 2001 From: oetiker Date: Sun, 11 Oct 2009 16:00:14 +0000 Subject: [PATCH] load rrd_config.h before rrd_client.h since its content is expected to be present -- Florian Forster git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk@1935 a5681a0c-68f1-0310-ab6d-d61299d08faa --- program/src/rrd_client.c | 2 +- program/src/rrd_client.h | 8 -------- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/program/src/rrd_client.c b/program/src/rrd_client.c index a4f1ba9c..b018ee0a 100644 --- a/program/src/rrd_client.c +++ b/program/src/rrd_client.c @@ -21,8 +21,8 @@ **/ #include "rrd.h" -#include "rrd_client.h" #include "rrd_tool.h" +#include "rrd_client.h" #include #include diff --git a/program/src/rrd_client.h b/program/src/rrd_client.h index 787c2b6d..6c48dec8 100644 --- a/program/src/rrd_client.h +++ b/program/src/rrd_client.h @@ -22,14 +22,6 @@ #ifndef __RRD_CLIENT_H #define __RRD_CLIENT_H 1 -#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 - #ifndef WIN32 # ifdef HAVE_STDINT_H # include -- 2.30.2