summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/player.cc
diff options
context:
space:
mode:
authorSteven Noonan <steven@uplinklabs.net>2009-09-29 20:59:21 -0700
committerSteven Noonan <steven@uplinklabs.net>2009-09-29 21:11:42 -0700
commitda6fbde7ef314141152c5d2c9a15e85116296ef2 (patch)
tree18aeb08aa071c6ada728cb63ef6d72f00e87cab6 /crawl-ref/source/player.cc
parent8e8643721d81ef69b88b75ca726c2f0cee50557c (diff)
downloadcrawl-ref-da6fbde7ef314141152c5d2c9a15e85116296ef2.tar.gz
crawl-ref-da6fbde7ef314141152c5d2c9a15e85116296ef2.zip
move 'Kills.h' -> 'kills.h', 'Kills.cc' -> 'kills.cc' for file naming consistency
Signed-off-by: Steven Noonan <steven@uplinklabs.net>
Diffstat (limited to 'crawl-ref/source/player.cc')
-rw-r--r--crawl-ref/source/player.cc2
1 files changed, 1 insertions, 1 deletions
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"