summaryrefslogtreecommitdiff
path: root/src/net/tmwserv/accountserver/accountserver.cpp
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2009-03-27 11:42:12 +0100
committerBjørn Lindeijer <bjorn@lindeijer.nl>2009-03-27 12:15:50 +0100
commit06be39a51f62d365ce84d7815173577d2ecf8496 (patch)
treef4ae92023dd05cbf8d7b9c73e0a8779241202c4c /src/net/tmwserv/accountserver/accountserver.cpp
parent58b33406b1354e6814ed29d55a55a36053445ecd (diff)
downloadmana-client-06be39a51f62d365ce84d7815173577d2ecf8496.tar.gz
mana-client-06be39a51f62d365ce84d7815173577d2ecf8496.tar.bz2
mana-client-06be39a51f62d365ce84d7815173577d2ecf8496.tar.xz
mana-client-06be39a51f62d365ce84d7815173577d2ecf8496.zip
Changed the includes for the net/tmwserv/ directory
Diffstat (limited to 'src/net/tmwserv/accountserver/accountserver.cpp')
-rw-r--r--src/net/tmwserv/accountserver/accountserver.cpp13
1 files changed, 7 insertions, 6 deletions
diff --git a/src/net/tmwserv/accountserver/accountserver.cpp b/src/net/tmwserv/accountserver/accountserver.cpp
index 0e2d3121..83895377 100644
--- a/src/net/tmwserv/accountserver/accountserver.cpp
+++ b/src/net/tmwserv/accountserver/accountserver.cpp
@@ -21,15 +21,16 @@
#include "accountserver.h"
-#include <string>
-
#include "internal.h"
-#include "../connection.h"
-#include "../../messageout.h"
-#include "../protocol.h"
+#include "net/tmwserv/connection.h"
+#include "net/tmwserv/protocol.h"
+
+#include "net/messageout.h"
-#include "../../../utils/sha256.h"
+#include "utils/sha256.h"
+
+#include <string>
void Net::AccountServer::login(Net::Connection *connection, int version,
const std::string &username, const std::string &password)