From a9772cde21407c89abd161d51aff45267f87b1fb Mon Sep 17 00:00:00 2001 From: Adam Date: Tue, 14 Feb 2012 15:13:27 -0500 Subject: Clean up and reorganize our header files --- modules/protocol/plexus.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'modules/protocol/plexus.cpp') diff --git a/modules/protocol/plexus.cpp b/modules/protocol/plexus.cpp index c920babf3..16e6d3753 100644 --- a/modules/protocol/plexus.cpp +++ b/modules/protocol/plexus.cpp @@ -9,10 +9,7 @@ * Based on the original code of Services by Andy Church. */ -#include "services.h" -#include "modules.h" -#include "nickserv.h" -#include "oper.h" +#include "module.h" static Anope::string TS6UPLINK; -- cgit