summaryrefslogtreecommitdiff
path: root/src/account-server/accounthandler.cpp
diff options
context:
space:
mode:
authorYohann Ferreira <yohann_dot_ferreira_at_orange_dot_efer>2010-12-29 20:09:43 +0100
committerYohann Ferreira <yohann_dot_ferreira_at_orange_dot_efer>2010-12-29 20:09:43 +0100
commit74da2ff079653885d4de65f11623216bde34a94c (patch)
tree8a9a975269e567a849c9ce494414175b68e6061e /src/account-server/accounthandler.cpp
parent3c1c0f640db636bb1cc588f22886ed165c7942d7 (diff)
downloadmanaserv-74da2ff079653885d4de65f11623216bde34a94c.tar.gz
manaserv-74da2ff079653885d4de65f11623216bde34a94c.tar.bz2
manaserv-74da2ff079653885d4de65f11623216bde34a94c.tar.xz
manaserv-74da2ff079653885d4de65f11623216bde34a94c.zip
protocol.h -> manaserv_protocol.h to avoid conflicts with mysql files.
Resolves: Mana-Mantis #278.
Diffstat (limited to 'src/account-server/accounthandler.cpp')
-rw-r--r--src/account-server/accounthandler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/account-server/accounthandler.cpp b/src/account-server/accounthandler.cpp
index 3a61077e..ab3fad21 100644
--- a/src/account-server/accounthandler.cpp
+++ b/src/account-server/accounthandler.cpp
@@ -20,7 +20,7 @@
#include "account-server/accounthandler.h"
-#include "protocol.h"
+#include "manaserv_protocol.h"
#include "point.h"
#include "account-server/account.h"
#include "account-server/accountclient.h"