From 3aaa8e2dcb73ca91a488f21250aceb0267fb15d6 Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Mon, 26 Mar 2018 23:20:54 -0700 Subject: Reworked debug message handling to allow user-specified callbacks --- Common/interface/FileWrapper.h | 2 +- Common/interface/FixedBlockMemoryAllocator.h | 2 +- Common/interface/HashUtils.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'Common/interface') diff --git a/Common/interface/FileWrapper.h b/Common/interface/FileWrapper.h index cd06b898..d0d27736 100644 --- a/Common/interface/FileWrapper.h +++ b/Common/interface/FileWrapper.h @@ -23,7 +23,7 @@ #pragma once -#include "../../Platforms/Basic/interface/Errors.h" +#include "../../Primitives/interface/Errors.h" #include "../../Platforms/Basic/interface/DebugUtilities.h" #include "../../Platforms/interface/FileSystem.h" diff --git a/Common/interface/FixedBlockMemoryAllocator.h b/Common/interface/FixedBlockMemoryAllocator.h index 28383691..c092c203 100644 --- a/Common/interface/FixedBlockMemoryAllocator.h +++ b/Common/interface/FixedBlockMemoryAllocator.h @@ -32,7 +32,7 @@ #include #include #include -#include "../../Platforms/Basic/interface/Errors.h" +#include "../../Primitives/interface/Errors.h" #include "../../Primitives/interface/MemoryAllocator.h" #include "STDAllocator.h" diff --git a/Common/interface/HashUtils.h b/Common/interface/HashUtils.h index c70fd4a8..679884c8 100644 --- a/Common/interface/HashUtils.h +++ b/Common/interface/HashUtils.h @@ -27,7 +27,7 @@ #include #include -#include "../../Platforms/Basic/interface/Errors.h" +#include "../../Primitives/interface/Errors.h" #include "../../Platforms/Basic/interface/DebugUtilities.h" #define LOG_HASH_CONFLICTS 1 -- cgit v1.2.3