Remove unnecessary #include from proto.h
authorMichael Poole <mdpoole@troilus.org>
Sun, 18 Mar 2007 17:33:43 +0000 (13:33 -0400)
committerMichael Poole <mdpoole@troilus.org>
Sun, 18 Mar 2007 17:33:43 +0000 (13:33 -0400)
src/proto.h: We no longer need to #include <netinet/in.h>, so don't.

src/proto.h

index 6f4dccf1274bfefc1f04c0a38d8567882e05cba6..bf9657bcfd5b02c338e57511c3265b38f538abca 100644 (file)
 #define MAXNUMPARAMS    200
 #define ALLCHANMSG_FUNCS_MAX  4 /* +1 == 5 potential 'allchanmsg' funcs */
 
-#ifdef HAVE_NETINET_IN_H
-#include <netinet/in.h>
-#endif
-
 struct gline;
 struct server;
 struct userNode;