diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2005-11-30 13:12:25 +0100 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2005-11-30 13:12:25 +0100 |
commit | c3c2e1403287380e5e9d520900f761bbfa738b9f (patch) | |
tree | 0af628359f3ff215cd4f3cb93cf3fe0c701dd3b3 /protocols/yahoo/libyahoo2.c | |
parent | a40a2c298b6a45542255aa703ebc441487f05c4e (diff) |
Got rid of the config.h includes in IM-code. Now that HAVE_CONFIG_H is
defined, they started to cause problems.
Diffstat (limited to 'protocols/yahoo/libyahoo2.c')
-rw-r--r-- | protocols/yahoo/libyahoo2.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/protocols/yahoo/libyahoo2.c b/protocols/yahoo/libyahoo2.c index 62ceb0af..c691f18b 100644 --- a/protocols/yahoo/libyahoo2.c +++ b/protocols/yahoo/libyahoo2.c @@ -43,10 +43,6 @@ * */ -#if HAVE_CONFIG_H -# include <config.h> -#endif - #ifndef _WIN32 #include <unistd.h> #endif |