From 94f4e1c2a32aee7841544c225dba4f850274a279 Mon Sep 17 00:00:00 2001 From: Kevin Easton Date: Fri, 18 Mar 2016 16:46:36 +1100 Subject: [PATCH] Don't #include or more than once is included by irc.h so it does not need to be included again here. only needs to be included once. --- source/commands2.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/source/commands2.c b/source/commands2.c index a25520b..f966508 100644 --- a/source/commands2.c +++ b/source/commands2.c @@ -16,18 +16,16 @@ CVS_REVISION(commands2_c) #include #endif -#include #ifdef HAVE_SYS_UN_H #include #endif #include -#include + #ifdef HAVE_SYS_FILIO_H #include #endif - #include "parse.h" #include "server.h" #include "chelp.h"