diff options
Diffstat (limited to 'src/net/tmwa/npchandler.h')
-rw-r--r-- | src/net/tmwa/npchandler.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/net/tmwa/npchandler.h b/src/net/tmwa/npchandler.h index 8b5adfcac..52d77b769 100644 --- a/src/net/tmwa/npchandler.h +++ b/src/net/tmwa/npchandler.h @@ -23,17 +23,10 @@ #ifndef NET_TMWA_NPCHANDLER_H #define NET_TMWA_NPCHANDLER_H -#include "net/net.h" -#include "net/npchandler.h" - #include "net/ea/npchandler.h" #include "net/tmwa/messagehandler.h" -#include <map> - -class NpcDialog; - namespace TmwAthena { |