summaryrefslogtreecommitdiff
path: root/src/game-server/commandhandler.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/game-server/commandhandler.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/game-server/commandhandler.cpp')
-rw-r--r--src/game-server/commandhandler.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/game-server/commandhandler.cpp b/src/game-server/commandhandler.cpp
index d7d40614..a8a98c32 100644
--- a/src/game-server/commandhandler.cpp
+++ b/src/game-server/commandhandler.cpp
@@ -21,8 +21,6 @@
#include <sstream>
-#include "defines.h"
-
#include "game-server/commandhandler.hpp"
#include "game-server/accountconnection.hpp"
#include "game-server/character.hpp"