summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/version.cc
diff options
context:
space:
mode:
authorRobert Vollmert <rvollmert@gmx.net>2010-01-20 16:43:21 +0100
committerRobert Vollmert <rvollmert@gmx.net>2010-01-20 17:08:02 +0100
commitc7ee5f5347bbea6bfff96984065f90b51ea513ea (patch)
tree36771f4b087cd8e8792284da2e46e7f9643758cd /crawl-ref/source/version.cc
parent623638dc03d8f233cd80eec9d6de30a504fe64ca (diff)
downloadcrawl-ref-c7ee5f5347bbea6bfff96984065f90b51ea513ea.tar.gz
crawl-ref-c7ee5f5347bbea6bfff96984065f90b51ea513ea.zip
Remove libutil.h from AppHdr.h and include explicitly.
Also extract unwind_var template to unwind.h. The latter is now included from AppHdr.h, though it needn't really be. This means it's now possible to use coord_def in libutil.h.
Diffstat (limited to 'crawl-ref/source/version.cc')
-rw-r--r--crawl-ref/source/version.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/version.cc b/crawl-ref/source/version.cc
index 3997d1aa2a..d4af9960f6 100644
--- a/crawl-ref/source/version.cc
+++ b/crawl-ref/source/version.cc
@@ -8,6 +8,7 @@
#include "build.h"
#include "compflag.h"
+#include "libutil.h"
namespace Version
{