diff options
Diffstat (limited to 'src/net/loginhandler.h')
-rw-r--r-- | src/net/loginhandler.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/net/loginhandler.h b/src/net/loginhandler.h index c75004a70..c7dee1fcc 100644 --- a/src/net/loginhandler.h +++ b/src/net/loginhandler.h @@ -23,12 +23,10 @@ #ifndef NET_LOGINHANDLER_H #define NET_LOGINHANDLER_H -#include "net/logindata.h" #include "net/serverinfo.h" #include "net/worldinfo.h" -#include <iosfwd> -#include <vector> +class LoginData; namespace Net { |