diff options
Diffstat (limited to 'src/gui/npc_text.h')
-rw-r--r-- | src/gui/npc_text.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/gui/npc_text.h b/src/gui/npc_text.h index e3f16293..2930a00a 100644 --- a/src/gui/npc_text.h +++ b/src/gui/npc_text.h @@ -24,11 +24,12 @@ #ifndef _TMW_NPC_TEXT_H #define _TMW_NPC_TEXT_H -#include <guichan.hpp> -#include <vector> -#include <string> +#include <iosfwd> + #include "window.h" +#include "../guichanfwd.h" + /** * The npc text dialog. * |