From ed9eea72a1d6a34215ef78f2b5e4e0d431c58144 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Wed, 19 Feb 2014 13:52:31 -0500 Subject: [PATCH] Forgot to move DSPTool over. Fixed now. --- Source/DSPTool/DSPTool.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Source/DSPTool/DSPTool.cpp b/Source/DSPTool/DSPTool.cpp index 5a776be558..a81e95178c 100644 --- a/Source/DSPTool/DSPTool.cpp +++ b/Source/DSPTool/DSPTool.cpp @@ -2,11 +2,11 @@ // Licensed under GPLv2 // Refer to the license.txt file included. -#include "Common.h" -#include "FileUtil.h" -#include "StringUtil.h" -#include "DSP/DSPCodeUtil.h" -#include "DSP/DSPTables.h" +#include "Common/Common.h" +#include "Common/FileUtil.h" +#include "Common/StringUtil.h" +#include "Core/DSP/DSPCodeUtil.h" +#include "Core/DSP/DSPTables.h" // Stub out the dsplib host stuff, since this is just a simple cmdline tools. u8 DSPHost_ReadHostMemory(u32 addr) { return 0; }