Update tapview and tapdiffer.
[open-adventure.git] / actions.c
index 4f4ced179ff66c4687a42d797ff514fdb7ce8ffe..9239b50aaf0149c3f86620dc5a6b7708a4bb7d4c 100644 (file)
--- a/actions.c
+++ b/actions.c
@@ -1,18 +1,17 @@
 /*
  * Actions for the dungeon-running code.
  *
- * SPDX-FileCopyrightText: 1977, 2005 by Will Crowther and Don Woods
- * SPDX-FileCopyrightText 2017 by Eric S. Raymond
+ * SPDX-FileCopyrightText: Copyright 1977, 2005 by Will Crowther and Don Woods, Copyright 2017 by Eric S. Raymond
  * SPDX-License-Identifier: BSD-2-Clause
  */
 
 #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)