attempt to get rid of some madness

This commit is contained in:
AJ Kelly
2011-05-10 14:46:20 -05:00
parent ce392f003c
commit a6ea7bdf50
+2 -2
View File
@@ -4,8 +4,8 @@
#include "RageUtil.h"
#include "RageLog.h"
#include "arch/Dialog/Dialog.h"
#include "../extern/jsoncpp/include/json/reader.h"
#include "../extern/jsoncpp/include/json/writer.h"
#include "json/reader.h"
#include "json/writer.h"
bool JsonUtil::LoadFromString(Json::Value &root, RString sData, RString &sErrorOut)
{