summaryrefslogtreecommitdiff
path: root/src/xline.cpp
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2005-11-25 12:22:03 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2005-11-25 12:22:03 +0000
commitba0e6d9c7b743e7c78593e0398e37b0210f18e3f (patch)
tree07f613108034c8a1c3cd532a9fa4b5e1fe7f7cb8 /src/xline.cpp
parent31d07a9bd2702085aaabe2ad5105f58c70e2ec40 (diff)
Removed references to deprecated files servers.* and connection.*
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1941 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/xline.cpp')
-rw-r--r--src/xline.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/xline.cpp b/src/xline.cpp
index c37e629be..24c37324a 100644
--- a/src/xline.cpp
+++ b/src/xline.cpp
@@ -34,9 +34,7 @@ using namespace std;
#include <sstream>
#include <vector>
#include <deque>
-#include "connection.h"
#include "users.h"
-#include "servers.h"
#include "ctables.h"
#include "globals.h"
#include "modules.h"