Code

Include "config.h" rather than <config.h>.
authorFlorian Forster <octo@huhu.verplant.org>
Tue, 15 May 2007 17:20:27 +0000 (19:20 +0200)
committerFlorian Forster <octo@huhu.verplant.org>
Tue, 15 May 2007 17:20:27 +0000 (19:20 +0200)
src/collectd.h
src/common.c
src/network.c
src/utils_debug.c
src/utils_ignorelist.c
src/utils_mount.c

index a5c81694753c4c8ecfce7f2d676a1d193534f2bf..61edcd5905c90afe249467a77c1246f7555052ec 100644 (file)
@@ -24,7 +24,7 @@
 #define COLLECTD_H
 
 #if HAVE_CONFIG_H
-# include <config.h>
+# include "config.h"
 #endif
 
 #include <stdio.h>
index e7d561fd447662f706b3003786d617fa5722fcfe..fd1fbd402194ee9c67fd886d60dc33d1a13a1b1d 100644 (file)
@@ -23,7 +23,7 @@
 **/
 
 #if HAVE_CONFIG_H
-# include <config.h>
+# include "config.h"
 #endif
 
 #include "common.h"
index f2908d3c2c6ddedbe47501fb896e9b4a1f8c839c..32af40488988b3bde4d859ff6a8a7ddd8f7390b2 100644 (file)
@@ -21,7 +21,7 @@
  **/
 
 #if HAVE_CONFIG_H
-# include <config.h>
+# include "config.h"
 #endif
 
 #include <stdlib.h>
index 067af21cf3dfc64d4bf2fed1beb71df212b40780..8bfe10b300126f1442dbf97edb864d5a830a5411 100644 (file)
@@ -21,7 +21,7 @@
  **/
 
 #if HAVE_CONFIG_H
-# include <config.h>
+# include "config.h"
 #endif
 
 #include "common.h"
index 7f9e5c6d7adcdffdc092c3c75992f829a906faff..d002c7aa47094ffe387817536bd6fddb2f2fd01c 100644 (file)
@@ -48,7 +48,7 @@
  **/
 
 #if HAVE_CONFIG_H
-# include <config.h>
+# include "config.h"
 #endif
 
 #include "common.h"
index 0e1a5c9c3565e9e899fa6c02bb40ba59c2bf191e..163bd6384dde74c68dcd61a539b8e1da0c4703f4 100644 (file)
@@ -22,7 +22,7 @@
 **/
 
 #if HAVE_CONFIG_H
-# include <config.h>
+# include "config.h"
 #endif
 
 #include "common.h"