summaryrefslogtreecommitdiff
path: root/src/commands.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/commands.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/commands.cpp')
-rw-r--r--src/commands.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/commands.cpp b/src/commands.cpp
index d286a31e3..17401e0e9 100644
--- a/src/commands.cpp
+++ b/src/commands.cpp
@@ -54,9 +54,7 @@ using namespace std;
#define RUSAGE_SELF 0
#define RUSAGE_CHILDREN -1
#endif
-#include "connection.h"
#include "users.h"
-#include "servers.h"
#include "ctables.h"
#include "globals.h"
#include "modules.h"