unused header

This commit is contained in:
Glenn Maynard
2005-01-15 01:48:53 +00:00
parent 1c5d87fa57
commit da407f2fb7
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -4,13 +4,13 @@
#include "RageLog.h"
#include "GameState.h"
#include "NoteFieldPositioning.h"
#include "NoteSkinManager.h"
#include "song.h"
#include "Course.h"
#include "Steps.h"
#include "ThemeManager.h"
#include "Foreach.h"
#include "Style.h"
#define ONE( arr ) { for( unsigned Z = 0; Z < ARRAYSIZE(arr); ++Z ) arr[Z]=1.0f; }