From e47c945bc8ed2f8385cb8e2949d2f5d7bd585312 Mon Sep 17 00:00:00 2001 From: Aaron VonderHaar Date: Tue, 15 Apr 2003 05:49:46 +0000 Subject: [PATCH] Song.h => song.h --- stepmania/src/Inventory.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/Inventory.cpp b/stepmania/src/Inventory.cpp index f95a30e381..e8321f247a 100644 --- a/stepmania/src/Inventory.cpp +++ b/stepmania/src/Inventory.cpp @@ -16,7 +16,7 @@ #include "GameState.h" #include "RageTimer.h" #include "PrefsManager.h" -#include "Song.h" +#include "song.h" #define NUM_ITEM_TYPES THEME->GetMetricF("Inventory","NumItemTypes")