home · contact · privacy
Moved allocation and freeing of Win structs into windows library.
[plomrogue] / src / rexit.c
index 204961331c889553bb9b247ef86bbd9d7b675cba..85e2bfc328798fdb3085bfa9676118084073176a 100644 (file)
@@ -10,8 +10,7 @@
 #include "map.h" /* for Map struct */
 #include "keybindings.h" /* for KeysWinData, KeyBinding structs */
 #include "command_db.h" /* for free_command_db() */
-#include "windows.h" /* for Win struct */
-#include "wincontrol.h" /* for free_win() */
+#include "windows.h" /* for Win struct, free_win() */