summaryrefslogtreecommitdiff
path: root/src/traps.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/traps.cc')
-rw-r--r--src/traps.cc5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/traps.cc b/src/traps.cc
index 6b56de16..5540576d 100644
--- a/src/traps.cc
+++ b/src/traps.cc
@@ -1,7 +1,3 @@
-/* File: traps.c */
-
-/* Purpose: handle traps */
-
/* the below copyright probably still applies, but it is heavily changed
* copied, adapted & re-engineered by JK.
* Copyright (c) 1989 James E. Wilson, Robert A. Koeneke
@@ -12,6 +8,7 @@
*/
#include "angband.h"
+#include "gods.hpp"
bool_ do_player_trap_call_out(void)
{