summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/dungeon.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/dungeon.h')
-rw-r--r--crawl-ref/source/dungeon.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/dungeon.h b/crawl-ref/source/dungeon.h
index 793fccc2c8..b8cace2155 100644
--- a/crawl-ref/source/dungeon.h
+++ b/crawl-ref/source/dungeon.h
@@ -8,8 +8,8 @@
#ifndef DUNGEON_H
#define DUNGEON_H
-#include "fixvec.h"
-#include "fixary.h"
+#include "fixedvector.h"
+#include "fixedarray.h"
#include "externs.h"
#include "terrain.h"
#include "travel.h"