diff options
author | Tametomo <irarice@gmail.com> | 2009-05-05 07:11:44 -0600 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2009-05-07 01:18:05 +0200 |
commit | 67f53660db85c2f325472701517e04c446ec8ed4 (patch) | |
tree | 1f04d3e4ed3b636cfc30a377fb55e7191ff72b08 /src/net/tmwserv/loginhandler.cpp | |
parent | 504222b812b41d37b5a1b28393f66fd292bf9f87 (diff) | |
download | mana-67f53660db85c2f325472701517e04c446ec8ed4.tar.gz mana-67f53660db85c2f325472701517e04c446ec8ed4.tar.bz2 mana-67f53660db85c2f325472701517e04c446ec8ed4.tar.xz mana-67f53660db85c2f325472701517e04c446ec8ed4.zip |
Moved two files which held net data into the net folder. Considering
their function, this is a much better place to put them.
Signed-off-by: Tametomo <irarice@gmail.com>
Signed-off-by: Bjørn Lindeijer <bjorn@lindeijer.nl>
Diffstat (limited to 'src/net/tmwserv/loginhandler.cpp')
-rw-r--r-- | src/net/tmwserv/loginhandler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/tmwserv/loginhandler.cpp b/src/net/tmwserv/loginhandler.cpp index 40842658..35739669 100644 --- a/src/net/tmwserv/loginhandler.cpp +++ b/src/net/tmwserv/loginhandler.cpp @@ -27,9 +27,9 @@ #include "net/tmwserv/accountserver/account.h" #include "net/tmwserv/accountserver/accountserver.h" +#include "net/logindata.h" #include "net/messagein.h" -#include "logindata.h" #include "main.h" #include "utils/gettext.h" |