summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/maps.h
diff options
context:
space:
mode:
authorSteven Noonan <steven@uplinklabs.net>2009-09-29 21:06:27 -0700
committerSteven Noonan <steven@uplinklabs.net>2009-09-29 21:11:42 -0700
commitda980e3a2354a885fdea2d9bde5ead5e2579a33e (patch)
tree5c74534543bdd8a7ffa4a6e9d426dbfa629b1b73 /crawl-ref/source/maps.h
parentda6fbde7ef314141152c5d2c9a15e85116296ef2 (diff)
downloadcrawl-ref-da980e3a2354a885fdea2d9bde5ead5e2579a33e.tar.gz
crawl-ref-da980e3a2354a885fdea2d9bde5ead5e2579a33e.zip
Move 'FixAry.h' -> 'fixary.h', 'FixVec.h' -> 'fixvec.h' for file naming consistency
Signed-off-by: Steven Noonan <steven@uplinklabs.net>
Diffstat (limited to 'crawl-ref/source/maps.h')
-rw-r--r--crawl-ref/source/maps.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/maps.h b/crawl-ref/source/maps.h
index 6f3d07615a..94294de9ff 100644
--- a/crawl-ref/source/maps.h
+++ b/crawl-ref/source/maps.h
@@ -10,7 +10,7 @@
#ifndef MAPS_H
#define MAPS_H
-#include "FixVec.h"
+#include "fixvec.h"
#include "dungeon.h"
#include <vector>