summaryrefslogtreecommitdiff
path: root/src/net/connectionhandler.cpp
diff options
context:
space:
mode:
authorBertram <bertram@cegetel.net>2009-10-09 16:31:16 +0200
committerBertram <bertram@cegetel.net>2009-10-09 16:31:16 +0200
commit1102bdc2e5a9e52b621cf58d68d0065faba2b84c (patch)
tree4a9b849cd1a795baca0a496ff14f397f0d418f66 /src/net/connectionhandler.cpp
parentb555dd7bcc5046e9809ef37d2173955d042594da (diff)
downloadmanaserv-1102bdc2e5a9e52b621cf58d68d0065faba2b84c.tar.gz
manaserv-1102bdc2e5a9e52b621cf58d68d0065faba2b84c.tar.bz2
manaserv-1102bdc2e5a9e52b621cf58d68d0065faba2b84c.tar.xz
manaserv-1102bdc2e5a9e52b621cf58d68d0065faba2b84c.zip
Synced the protocol file with client in protocol.h, letting other defines in defines.h, and removing some overheading along the way.
Diffstat (limited to 'src/net/connectionhandler.cpp')
-rw-r--r--src/net/connectionhandler.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/net/connectionhandler.cpp b/src/net/connectionhandler.cpp
index 22fadc4c..1f98b046 100644
--- a/src/net/connectionhandler.cpp
+++ b/src/net/connectionhandler.cpp
@@ -22,7 +22,6 @@
#include "net/connectionhandler.hpp"
-#include "defines.h"
#include "common/configuration.hpp"
#include "net/bandwidth.hpp"
#include "net/messagein.hpp"