From a6ea7bdf501aea1438f279164a01469578d420a2 Mon Sep 17 00:00:00 2001 From: AJ Kelly Date: Tue, 10 May 2011 14:46:20 -0500 Subject: [PATCH] attempt to get rid of some madness --- src/JsonUtil.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/JsonUtil.cpp b/src/JsonUtil.cpp index e7eb597e21..be736ea4b5 100644 --- a/src/JsonUtil.cpp +++ b/src/JsonUtil.cpp @@ -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) {