summaryrefslogtreecommitdiff
path: root/src/account-server/serverhandler.cpp
diff options
context:
space:
mode:
authorYohann Ferreira <yohann_dot_ferreira_at_orange_dot_efer>2010-11-14 13:18:14 +0100
committerYohann Ferreira <yohann_dot_ferreira_at_orange_dot_efer>2010-11-14 13:18:14 +0100
commit196c1c0bffa8bb594ff0a7442748030f47cc9c58 (patch)
treeb60b3e3eff38907e2d8a94ce6aa7e63cd1a741c8 /src/account-server/serverhandler.cpp
parent23a94e7b154726599b9112b91ebedb32af9ff22c (diff)
downloadmanaserv-196c1c0bffa8bb594ff0a7442748030f47cc9c58.tar.gz
manaserv-196c1c0bffa8bb594ff0a7442748030f47cc9c58.tar.bz2
manaserv-196c1c0bffa8bb594ff0a7442748030f47cc9c58.tar.xz
manaserv-196c1c0bffa8bb594ff0a7442748030f47cc9c58.zip
Renamed .hpp files into .h for consistency.
Also added an header to the autoattack.{h,cpp} files. Big but trivial fix.
Diffstat (limited to 'src/account-server/serverhandler.cpp')
-rw-r--r--src/account-server/serverhandler.cpp28
1 files changed, 14 insertions, 14 deletions
diff --git a/src/account-server/serverhandler.cpp b/src/account-server/serverhandler.cpp
index 048e65bf..2e471994 100644
--- a/src/account-server/serverhandler.cpp
+++ b/src/account-server/serverhandler.cpp
@@ -22,21 +22,21 @@
#include <sstream>
#include <list>
-#include "account-server/serverhandler.hpp"
-
-#include "account-server/accountclient.hpp"
-#include "account-server/accounthandler.hpp"
-#include "account-server/character.hpp"
-#include "account-server/storage.hpp"
-#include "chat-server/post.hpp"
-#include "common/transaction.hpp"
-#include "common/configuration.hpp"
-#include "net/connectionhandler.hpp"
-#include "net/messageout.hpp"
-#include "net/netcomputer.hpp"
-#include "serialize/characterdata.hpp"
+#include "account-server/serverhandler.h"
+
+#include "account-server/accountclient.h"
+#include "account-server/accounthandler.h"
+#include "account-server/character.h"
+#include "account-server/storage.h"
+#include "chat-server/post.h"
+#include "common/transaction.h"
+#include "common/configuration.h"
+#include "net/connectionhandler.h"
+#include "net/messageout.h"
+#include "net/netcomputer.h"
+#include "serialize/characterdata.h"
#include "utils/logger.h"
-#include "utils/tokendispenser.hpp"
+#include "utils/tokendispenser.h"
#include "protocol.h"
struct MapStatistics