From 0c07f2b07c4730762effd27955d7d13aa49dba74 Mon Sep 17 00:00:00 2001 From: Bardur Arantsson Date: Sun, 24 Mar 2013 18:48:47 +0100 Subject: =?UTF-8?q?Split=20E=C3=B6l=20&=20God=20quests=20from=20plots.c?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/q_god.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/q_god.c') diff --git a/src/q_god.c b/src/q_god.c index 82f90a25..50f54762 100644 --- a/src/q_god.c +++ b/src/q_god.c @@ -1,9 +1,8 @@ -#include "angband.h" +#include "q_god.h" +#include "quark.h" #include -#include "quark.h" - #define cquest (quest[QUEST_GOD]) #define cquest_quests_given (cquest.data[0]) #define cquest_relics_found (cquest.data[1]) -- cgit v1.2.3