From: Lennart Poettering Date: Thu, 11 Aug 2005 19:26:36 +0000 (+0000) Subject: Please do not include "config.h" in header files! (I wrote this in HACKING, by the... X-Git-Url: http://git.meshlink.io/?a=commitdiff_plain;h=803e90e6c116eda5c66828a4734ea50eedff382c;hp=9a5c4c803767ad7eaf77bac16a3c02bd14a4ce43;p=catta Please do not include "config.h" in header files! (I wrote this in HACKING, by the way) git-svn-id: file:///home/lennart/svn/public/avahi/trunk@293 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- diff --git a/avahi-client/client-test.c b/avahi-client/client-test.c index 2a1690d..18997d5 100644 --- a/avahi-client/client-test.c +++ b/avahi-client/client-test.c @@ -19,6 +19,10 @@ USA. ***/ +#ifdef HAVE_CONFIG_H +#include +#endif + #include #include #include diff --git a/avahi-client/internal.h b/avahi-client/internal.h index e1f4662..64ba919 100644 --- a/avahi-client/internal.h +++ b/avahi-client/internal.h @@ -22,10 +22,6 @@ USA. ***/ -#ifdef HAVE_CONFIG_H -#include -#endif - #include struct _AvahiClient