From 8779e026395eba2bb3eb5c873749a532b58ba264 Mon Sep 17 00:00:00 2001 From: William Pitcock Date: Tue, 1 Apr 2008 20:01:48 -0500 Subject: [PATCH] fix ircd_state.c --- src/ircd_state.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ircd_state.c b/src/ircd_state.c index 8e59578..bac6497 100644 --- a/src/ircd_state.c +++ b/src/ircd_state.c @@ -67,7 +67,6 @@ #include "hook.h" #include "ircd_getopt.h" #include "newconf.h" -#include "patricia.h" #include "reject.h" #include "s_conf.h" #include "s_newconf.h"