summaryrefslogtreecommitdiff
path: root/src/dungeon.cc
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2015-02-23 09:11:59 +0100
committerBardur Arantsson <bardur@scientician.net>2015-02-23 09:11:59 +0100
commitee2595abc99b86f081acbf5479577f9548baff3b (patch)
tree953ea7f61d0804f5e238573849f715cb2d1577e7 /src/dungeon.cc
parent3acf44b1bb41df3db3ccce88aaa1298b4f87d350 (diff)
Move gods.cc function declarations to separate header
Diffstat (limited to 'src/dungeon.cc')
-rw-r--r--src/dungeon.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dungeon.cc b/src/dungeon.cc
index bb9c05ed..cadc4595 100644
--- a/src/dungeon.cc
+++ b/src/dungeon.cc
@@ -11,12 +11,12 @@
*/
#include "angband.h"
-
#include "corrupt.hpp"
+#include "gods.hpp"
+#include "hooks.h"
#include "modules.hpp"
#include "quest.h"
#include "quark.h"
-#include "hooks.h"
#include "spell_type.hpp"
#include "spells5.hpp"