summaryrefslogtreecommitdiff
path: root/src/main-win.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main-win.c')
-rw-r--r--src/main-win.c9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/main-win.c b/src/main-win.c
index 94f41ce9..61a26f0b 100644
--- a/src/main-win.c
+++ b/src/main-win.c
@@ -68,12 +68,15 @@
#include "angband.h"
-#include "dungeon.h"
+#include "config.h"
+#include "defines.h"
#include "files.h"
-#include "init2.h"
+#include "h-basic.h"
#include "util.h"
#include "variable.h"
-
+#include "z-form.h"
+#include "z-term.h"
+#include "z-util.h"
/*
* Determine if string "t" is a suffix of string "s"