Mercurial > pidgin
diff src/protocols/gg/libgg.c @ 5872:059d95c67cda
[gaim-migrate @ 6304]
The legendary Header File Cleanup! Files now only include what they need.
This should reduce the number of files that must recompile when a header
file changes. It's a lot nicer. Trust me on it. I also added a couple new
header files. I hope I didn't break TOO much!
committer: Tailor Script <tailor@pidgin.im>
| author | Christian Hammond <chipx86@chipx86.com> |
|---|---|
| date | Sat, 14 Jun 2003 23:21:02 +0000 |
| parents | 46d7ad0dfa26 |
| children | 5239a3b4ab33 |
line wrap: on
line diff
--- a/src/protocols/gg/libgg.c Sat Jun 14 21:34:31 2003 +0000 +++ b/src/protocols/gg/libgg.c Sat Jun 14 23:21:02 2003 +0000 @@ -1,4 +1,4 @@ -/* $Id: libgg.c 6100 2003-06-03 02:00:33Z chipx86 $ */ +/* $Id: libgg.c 6304 2003-06-14 23:21:02Z chipx86 $ */ /* * (C) Copyright 2001 Wojtek Kaniewski <wojtekka@irc.pl>, @@ -50,9 +50,10 @@ # define WORDS_BIGENDIAN 1 #endif #include "libgg.h" -#include "config.h" -#include "gaim.h" + +#include "internal.h" #include "proxy.h" +#include "debug.h" #ifdef _WIN32 #include "win32dep.h" @@ -72,7 +73,7 @@ #ifdef __GNUC__ __attribute__ ((unused)) #endif -= "$Id: libgg.c 6100 2003-06-03 02:00:33Z chipx86 $"; += "$Id: libgg.c 6304 2003-06-14 23:21:02Z chipx86 $"; #endif @@ -581,7 +582,8 @@ gg_debug(GG_DEBUG_FUNCTION, "** gg_ping(...);\n"); if(ping_outstanding) { - debug_printf("Trying to send ping, when we havn't been ponged on last ping\n"); + gaim_debug(GAIM_DEBUG_INFO, "gg", + "Trying to send ping, when we havn't been ponged on last ping\n"); return 1; } else {
