diff src/proxy.h @ 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 1d140b31d4b3
children 158196b2db19
line wrap: on
line diff
--- a/src/proxy.h	Sat Jun 14 21:34:31 2003 +0000
+++ b/src/proxy.h	Sat Jun 14 23:21:02 2003 +0000
@@ -24,21 +24,8 @@
 #ifndef _GAIM_PROXY_H_
 #define _GAIM_PROXY_H_
 
-#include <sys/types.h>
-/*this must happen before sys/socket.h or freebsd won't compile*/
-
-#ifndef _WIN32
-# include <sys/socket.h>
-# include <netdb.h>
-# include <netinet/in.h>
-#else
-# include <winsock.h>
-#endif
-
 #include <glib.h>
 
-#include "account.h"
-
 /**
  * A type of proxy connection.
  */
@@ -78,6 +65,9 @@
 
 typedef void (*GaimInputFunction)(gpointer, gint, GaimInputCondition);
 
+
+#include "account.h"
+
 /**************************************************************************/
 /** @name Proxy structure API                                             */
 /**************************************************************************/