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/player.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/player.cc') diff --git a/crawl-ref/source/player.cc b/crawl-ref/source/player.cc index e0b9c41e48..8664b450b9 100644 --- a/crawl-ref/source/player.cc +++ b/crawl-ref/source/player.cc @@ -39,7 +39,7 @@ REVISION("$Rev$"); #include "itemprop.h" #include "items.h" #include "it_use2.h" -#include "Kills.h" +#include "kills.h" #include "macro.h" #include "message.h" #include "misc.h" -- cgit v1.2.3-54-g00ecf