Don't include Foreach.h in RageUtil.h which does not use it. Instead, include it in the individual files that actually use it.

This commit is contained in:
Steve Checkoway
2006-11-01 11:18:46 +00:00
parent b7493d25f7
commit e3e5cf77e5
11 changed files with 10 additions and 2 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
#include "global.h"
#include "RageInputDevice.h"
#include "RageUtil.h"
#include "EnumHelper.h"
#include "Foreach.h"
static map<DeviceButton,RString> g_mapNamesToString;
static map<RString,DeviceButton> g_mapStringToNames;