From: Michael Poole Date: Sun, 18 Mar 2007 17:33:43 +0000 (-0400) Subject: Remove unnecessary #include from proto.h X-Git-Tag: v1.4.0-rc1~43 X-Git-Url: http://git.pk910.de/?p=srvx.git;a=commitdiff_plain;h=1f67ac3b98862aca2455fff757536b5bea007560 Remove unnecessary #include from proto.h src/proto.h: We no longer need to #include , so don't. --- diff --git a/src/proto.h b/src/proto.h index 6f4dccf..bf9657b 100644 --- a/src/proto.h +++ b/src/proto.h @@ -32,10 +32,6 @@ #define MAXNUMPARAMS 200 #define ALLCHANMSG_FUNCS_MAX 4 /* +1 == 5 potential 'allchanmsg' funcs */ -#ifdef HAVE_NETINET_IN_H -#include -#endif - struct gline; struct server; struct userNode;