summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 9e7918d)
raw | patch | inline | side by side (parent: 9e7918d)
author | Florian Forster <octo@huhu.verplant.org> | |
Tue, 15 May 2007 17:20:27 +0000 (19:20 +0200) | ||
committer | Florian Forster <octo@huhu.verplant.org> | |
Tue, 15 May 2007 17:20:27 +0000 (19:20 +0200) |
diff --git a/src/collectd.h b/src/collectd.h
index a5c81694753c4c8ecfce7f2d676a1d193534f2bf..61edcd5905c90afe249467a77c1246f7555052ec 100644 (file)
--- a/src/collectd.h
+++ b/src/collectd.h
#define COLLECTD_H
#if HAVE_CONFIG_H
-# include <config.h>
+# include "config.h"
#endif
#include <stdio.h>
diff --git a/src/common.c b/src/common.c
index e7d561fd447662f706b3003786d617fa5722fcfe..fd1fbd402194ee9c67fd886d60dc33d1a13a1b1d 100644 (file)
--- a/src/common.c
+++ b/src/common.c
**/
#if HAVE_CONFIG_H
-# include <config.h>
+# include "config.h"
#endif
#include "common.h"
diff --git a/src/network.c b/src/network.c
index f2908d3c2c6ddedbe47501fb896e9b4a1f8c839c..32af40488988b3bde4d859ff6a8a7ddd8f7390b2 100644 (file)
--- a/src/network.c
+++ b/src/network.c
**/
#if HAVE_CONFIG_H
-# include <config.h>
+# include "config.h"
#endif
#include <stdlib.h>
diff --git a/src/utils_debug.c b/src/utils_debug.c
index 067af21cf3dfc64d4bf2fed1beb71df212b40780..8bfe10b300126f1442dbf97edb864d5a830a5411 100644 (file)
--- a/src/utils_debug.c
+++ b/src/utils_debug.c
**/
#if HAVE_CONFIG_H
-# include <config.h>
+# include "config.h"
#endif
#include "common.h"
diff --git a/src/utils_ignorelist.c b/src/utils_ignorelist.c
index 7f9e5c6d7adcdffdc092c3c75992f829a906faff..d002c7aa47094ffe387817536bd6fddb2f2fd01c 100644 (file)
--- a/src/utils_ignorelist.c
+++ b/src/utils_ignorelist.c
**/
#if HAVE_CONFIG_H
-# include <config.h>
+# include "config.h"
#endif
#include "common.h"
diff --git a/src/utils_mount.c b/src/utils_mount.c
index 0e1a5c9c3565e9e899fa6c02bb40ba59c2bf191e..163bd6384dde74c68dcd61a539b8e1da0c4703f4 100644 (file)
--- a/src/utils_mount.c
+++ b/src/utils_mount.c
**/
#if HAVE_CONFIG_H
-# include <config.h>
+# include "config.h"
#endif
#include "common.h"