summaryrefslogtreecommitdiff
path: root/src/corrupt.cc
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2015-03-07 16:55:41 +0100
committerBardur Arantsson <bardur@scientician.net>2015-03-07 16:55:41 +0100
commit5fbaba97d2613e30671a447a10093c4fd9df2e96 (patch)
tree3789898964c5d253a77699cdf26c32195afaafbe /src/corrupt.cc
parentcfc0a04155eda35a4fe80ef72fd2b0f9eb10856b (diff)
Split init1.cc declarations into separate header file
Diffstat (limited to 'src/corrupt.cc')
-rw-r--r--src/corrupt.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/corrupt.cc b/src/corrupt.cc
index c5dd5c51..7dc1bdc6 100644
--- a/src/corrupt.cc
+++ b/src/corrupt.cc
@@ -1,6 +1,7 @@
#include "angband.h"
-#include "xtra2.hpp"
+#include "init1.hpp"
#include "util.hpp"
+#include "xtra2.hpp"
#include <cassert>