From 18910dd7549c1226e98b293a1ffbce6d6eea32df Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sat, 16 Jul 2005 10:17:10 +0000 Subject: [PATCH] cleanup --- stepmania/src/OptionRow.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/stepmania/src/OptionRow.cpp b/stepmania/src/OptionRow.cpp index 125dadca3e..2a94ab0e77 100644 --- a/stepmania/src/OptionRow.cpp +++ b/stepmania/src/OptionRow.cpp @@ -9,6 +9,7 @@ #include "song.h" #include "Course.h" #include "Style.h" +#include "ActorUtil.h" static const CString SelectTypeNames[] = { "SelectOne", @@ -220,7 +221,7 @@ CString OptionRow::GetRowTitle() const return sTitle; } -#include "ActorUtil.h" + /* Set up text, underlines and titles for options. This can be called * as soon as m_RowDef is available. */ void OptionRow::InitText()