From 54c82c746ed811dd157a78e899f8a5bb3ec8c415 Mon Sep 17 00:00:00 2001 From: madmaxoft Date: Thu, 28 Nov 2013 10:05:39 +0100 Subject: Fixed AnvilStats after folder move. --- Tools/AnvilStats/Globals.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'Tools/AnvilStats/Globals.h') diff --git a/Tools/AnvilStats/Globals.h b/Tools/AnvilStats/Globals.h index 48e1f8492..c673ecb01 100644 --- a/Tools/AnvilStats/Globals.h +++ b/Tools/AnvilStats/Globals.h @@ -163,12 +163,12 @@ typedef unsigned short UInt16; // Common headers (part 1, without macros): -#include "../../source/StringUtils.h" -#include "../../source/OSSupport/CriticalSection.h" -#include "../../source/OSSupport/Semaphore.h" -#include "../../source/OSSupport/Event.h" -#include "../../source/OSSupport/IsThread.h" -#include "../../source/OSSupport/File.h" +#include "../../src/StringUtils.h" +#include "../../src/OSSupport/CriticalSection.h" +#include "../../src/OSSupport/Semaphore.h" +#include "../../src/OSSupport/Event.h" +#include "../../src/OSSupport/IsThread.h" +#include "../../src/OSSupport/File.h" @@ -221,8 +221,8 @@ public: // Common headers (part 2, with macros): -#include "../../source/ChunkDef.h" -#include "../../source/BlockID.h" +#include "../../src/ChunkDef.h" +#include "../../src/BlockID.h" -- cgit v1.2.3