diff options
Diffstat (limited to 'Common/interface')
| -rw-r--r-- | Common/interface/FileWrapper.h | 2 | ||||
| -rw-r--r-- | Common/interface/FixedBlockMemoryAllocator.h | 2 | ||||
| -rw-r--r-- | Common/interface/HashUtils.h | 2 |
3 files changed, 3 insertions, 3 deletions
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 <vector> #include <cstring> #include <memory> -#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 <memory> #include <cstring> -#include "../../Platforms/Basic/interface/Errors.h" +#include "../../Primitives/interface/Errors.h" #include "../../Platforms/Basic/interface/DebugUtilities.h" #define LOG_HASH_CONFLICTS 1 |
