diff --git a/Docs/Changelog_sm5.txt b/Docs/Changelog_sm5.txt index 73015cca56..0338c96195 100644 --- a/Docs/Changelog_sm5.txt +++ b/Docs/Changelog_sm5.txt @@ -8,6 +8,10 @@ ________________________________________________________________________________ StepMania 5.0 ????????? | 20110??? -------------------------------------------------------------------------------- +2011/07/10 +---------- +* [RageLog] Output UTF-8 for Trace(). [AJ, Wolfman2000] + 2011/07/09 ---------- * [NotesTheUsual] Update the #COMBOS tag to allow for a Miss Combo attribute. diff --git a/src/RageLog.cpp b/src/RageLog.cpp index 534df14bbf..8e619766a8 100644 --- a/src/RageLog.cpp +++ b/src/RageLog.cpp @@ -10,7 +10,6 @@ #if defined(_WINDOWS) #include #endif -#include #include RageLog* LOG; // global and accessable from anywhere in the program