diff options
Diffstat (limited to 'src/net/tmwa/loginhandler.h')
-rw-r--r-- | src/net/tmwa/loginhandler.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/net/tmwa/loginhandler.h b/src/net/tmwa/loginhandler.h index d05d0a747..972bf353a 100644 --- a/src/net/tmwa/loginhandler.h +++ b/src/net/tmwa/loginhandler.h @@ -23,16 +23,12 @@ #ifndef NET_TMWA_LOGINHANDLER_H #define NET_TMWA_LOGINHANDLER_H -#include "net/loginhandler.h" - #include "net/ea/loginhandler.h" #include "net/tmwa/messagehandler.h" #include <string> -class LoginData; - namespace TmwAthena { |