home · contact · privacy
Read default order of windows from file config/toggle_win_order.
[plomrogue] / src / control.c
index a2a44b2aaac710ff3b4305abce9a2800f448f1d4..0c782ab158a7b15ad81aa6241ff563039fa7a9a2 100644 (file)
@@ -11,9 +11,9 @@
 #include "map.h" /* for map_scroll(), map_center_player(), dir enum */
 #include "main.h" /* for World struct */
 #include "rexit.h" /* for exit_err() */
-#include "misc.h" /* for scroll_pad(), toggle_window(),
-                   * growshrink_active_window()
-                   */
+#include "wincontrol.h" /* for scroll_pad(), toggle_window(),
+                         * growshrink_active_window()
+                         */
 #include "map_object_actions.h" /* for player_wait(), move_player() */
 #include "command_db.h" /* for is_command_id_shortdsc() */