summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mapdef.h
diff options
context:
space:
mode:
authorRobert Vollmert <rvollmert@gmx.net>2009-11-11 09:54:07 +0100
committerRobert Vollmert <rvollmert@gmx.net>2009-11-11 20:13:26 +0100
commit50c63fe994e6fa7b43da5c3641ebab9ffa79f941 (patch)
treefd4fd4c12f7d1a485b59bb011d375d9eb1306dc0 /crawl-ref/source/mapdef.h
parentf082540fd63210f0ae9dba063c79c3c0a3c20f82 (diff)
downloadcrawl-ref-50c63fe994e6fa7b43da5c3641ebab9ffa79f941.tar.gz
crawl-ref-50c63fe994e6fa7b43da5c3641ebab9ffa79f941.zip
Extract Matrix class from fixary.h.
It didn't really have anything to do with FixedArray.
Diffstat (limited to 'crawl-ref/source/mapdef.h')
-rw-r--r--crawl-ref/source/mapdef.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/mapdef.h b/crawl-ref/source/mapdef.h
index c70c16cece..b131cd0f8f 100644
--- a/crawl-ref/source/mapdef.h
+++ b/crawl-ref/source/mapdef.h
@@ -19,7 +19,7 @@
#include "dlua.h"
#include "enum.h"
#include "externs.h"
-#include "fixary.h"
+#include "matrix.h"
#include "fprop.h"
#include "makeitem.h"
#include "stuff.h"