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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user