From 1f67ac3b98862aca2455fff757536b5bea007560 Mon Sep 17 00:00:00 2001 From: Michael Poole Date: Sun, 18 Mar 2007 13:33:43 -0400 Subject: [PATCH] Remove unnecessary #include from proto.h src/proto.h: We no longer need to #include , so don't. --- src/proto.h | 4 ---- 1 file changed, 4 deletions(-) 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; -- 2.20.1