summaryrefslogtreecommitdiff
path: root/src/birth.cc
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2015-02-23 09:12:00 +0100
committerBardur Arantsson <bardur@scientician.net>2015-02-23 09:12:00 +0100
commit6baf465782e98e1146cad8f5c5e60c7b5792e94f (patch)
treee2943f9a90b78d5422b31df678739e5a9b3c1e2e /src/birth.cc
parent3a6e755dd2efe4e7d72515d4c0041cc3042d0c5f (diff)
Move cmd4.cc function declarations to separate header file
Remove a little dead code while we're at it.
Diffstat (limited to 'src/birth.cc')
-rw-r--r--src/birth.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/birth.cc b/src/birth.cc
index 323c0f63..eb76c838 100644
--- a/src/birth.cc
+++ b/src/birth.cc
@@ -9,6 +9,7 @@
#include "angband.h"
#include "corrupt.hpp"
+#include "cmd4.hpp"
#include "gods.hpp"
#include "help.hpp"
#include "hooks.h"