summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tilepick.cc
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2010-01-07 21:35:39 +0100
committerAdam Borowski <kilobyte@angband.pl>2010-01-07 21:35:39 +0100
commitf536c278597be3ae8664785ba1997085f177e89b (patch)
tree3c3baf1e2b0d2c046e07ae4cb179dcb60c5806e6 /crawl-ref/source/tilepick.cc
parent81ae2f6d115443d5e75ae4a4c4bb9e3629e93fe7 (diff)
downloadcrawl-ref-f536c278597be3ae8664785ba1997085f177e89b.tar.gz
crawl-ref-f536c278597be3ae8664785ba1997085f177e89b.zip
Rename transfor.{cc,h} to transform.{cc,h}.
Diffstat (limited to 'crawl-ref/source/tilepick.cc')
-rw-r--r--crawl-ref/source/tilepick.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/tilepick.cc b/crawl-ref/source/tilepick.cc
index 0f7ed79bbd..06c5ec5e6e 100644
--- a/crawl-ref/source/tilepick.cc
+++ b/crawl-ref/source/tilepick.cc
@@ -38,7 +38,7 @@
#include "tiledef-player.h"
#include "tiledef-gui.h"
#include "tiledef-unrand.h"
-#include "transfor.h"
+#include "transform.h"
#include "traps.h"
#include "travel.h"
#include "view.h"