summaryrefslogtreecommitdiff
path: root/src/gui/charselectdialog.h
diff options
context:
space:
mode:
authorTametomo <irarice@gmail.com>2009-05-05 07:11:44 -0600
committerBjørn Lindeijer <bjorn@lindeijer.nl>2009-05-07 01:18:05 +0200
commit67f53660db85c2f325472701517e04c446ec8ed4 (patch)
tree1f04d3e4ed3b636cfc30a377fb55e7191ff72b08 /src/gui/charselectdialog.h
parent504222b812b41d37b5a1b28393f66fd292bf9f87 (diff)
downloadmana-client-67f53660db85c2f325472701517e04c446ec8ed4.tar.gz
mana-client-67f53660db85c2f325472701517e04c446ec8ed4.tar.bz2
mana-client-67f53660db85c2f325472701517e04c446ec8ed4.tar.xz
mana-client-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/gui/charselectdialog.h')
-rw-r--r--src/gui/charselectdialog.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/gui/charselectdialog.h b/src/gui/charselectdialog.h
index 75a98465..adbf3de1 100644
--- a/src/gui/charselectdialog.h
+++ b/src/gui/charselectdialog.h
@@ -30,11 +30,8 @@
#include <guichan/actionlistener.hpp>
-#ifdef TMWSERV_SUPPORT
-#include "../logindata.h"
-#endif
-
class LocalPlayer;
+class LoginData;
class Player;
class PlayerBox;