Reduce include complexity.
[open-adventure.git] / actions.c
index 4f4ced179ff66c4687a42d797ff514fdb7ce8ffe..f5a7abdffe97e5066a51c80d0215d6231417e3c6 100644 (file)
--- a/actions.c
+++ b/actions.c
@@ -9,10 +9,10 @@
 #include <stdlib.h>
 #include <stdbool.h>
 #include <string.h>
-#include "advent.h"
-#include "dungeon.h"
 #include <inttypes.h>
 
+#include "advent.h"
+
 static phase_codes_t fill(verb_t, obj_t);
 
 static phase_codes_t attack(command_t command)