Mercurial > pidgin
diff src/socket.c @ 10320:61852117568f
[gaim-migrate @ 11527]
A little code cleanup here and there. And I removed gaim_setup() from
gtkmain.c and put it in gtksound.c
committer: Tailor Script <tailor@pidgin.im>
| author | Mark Doliner <mark@kingant.net> |
|---|---|
| date | Sun, 05 Dec 2004 21:05:52 +0000 |
| parents | fa6395637e2c |
| children | 8bda65b88e49 |
line wrap: on
line diff
--- a/src/socket.c Sun Dec 05 18:57:57 2004 +0000 +++ b/src/socket.c Sun Dec 05 21:05:52 2004 +0000 @@ -22,7 +22,7 @@ */ /* Somewhat inspired by XMMS*/ - + /* This provides code for connecting to a Gaim socket and communicating with * it. It will eventually be made a library once the core and ui are split. */ @@ -30,7 +30,6 @@ #include <sys/socket.h> #include <sys/un.h> #include <unistd.h> -#include "gaim.h" #include "gaim-socket.h" void cui_send_packet (int fd, struct gaim_cui_packet *p) {
