diff options
Diffstat (limited to 'protocols')
| -rw-r--r-- | protocols/http_client.c | 2 | ||||
| -rw-r--r-- | protocols/oscar/oscar.c | 2 | 
2 files changed, 2 insertions, 2 deletions
| diff --git a/protocols/http_client.c b/protocols/http_client.c index 51424e1c..9417e200 100644 --- a/protocols/http_client.c +++ b/protocols/http_client.c @@ -26,9 +26,9 @@  #include <string.h>  #include <stdio.h> -#include "sock.h"  #include "http_client.h"  #include "url.h" +#include "sock.h"  static void http_connected( gpointer data, int source, GaimInputCondition cond ); diff --git a/protocols/oscar/oscar.c b/protocols/oscar/oscar.c index 5f19f12b..b4bfb220 100644 --- a/protocols/oscar/oscar.c +++ b/protocols/oscar/oscar.c @@ -20,7 +20,6 @@   *   */ -#include "sock.h"  #include <errno.h>  #include <ctype.h>  #include <string.h> @@ -32,6 +31,7 @@  #include "nogaim.h"  #include "bitlbee.h"  #include "proxy.h" +#include "sock.h"  #include "aim.h"  #include "icq.h" | 
