From da6fbde7ef314141152c5d2c9a15e85116296ef2 Mon Sep 17 00:00:00 2001 From: Steven Noonan Date: Tue, 29 Sep 2009 20:59:21 -0700 Subject: move 'Kills.h' -> 'kills.h', 'Kills.cc' -> 'kills.cc' for file naming consistency Signed-off-by: Steven Noonan --- crawl-ref/source/monstuff.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/monstuff.cc') diff --git a/crawl-ref/source/monstuff.cc b/crawl-ref/source/monstuff.cc index 0c205d07bc..37bf2c561e 100644 --- a/crawl-ref/source/monstuff.cc +++ b/crawl-ref/source/monstuff.cc @@ -38,7 +38,7 @@ REVISION("$Rev$"); #include "itemname.h" #include "items.h" #include "itemprop.h" -#include "Kills.h" +#include "kills.h" #include "makeitem.h" #include "mapmark.h" #include "message.h" -- cgit v1.2.3-54-g00ecf