From 803e90e6c116eda5c66828a4734ea50eedff382c Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 11 Aug 2005 19:26:36 +0000 Subject: 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 --- avahi-client/client-test.c | 4 ++++ avahi-client/internal.h | 4 ---- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'avahi-client') 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 -- cgit