summaryrefslogtreecommitdiffstats
path: root/Common/interface
diff options
context:
space:
mode:
authorEgor Yusov <egor.yusov@gmail.com>2018-03-27 06:20:54 +0000
committerEgor Yusov <egor.yusov@gmail.com>2018-03-27 06:20:54 +0000
commit3aaa8e2dcb73ca91a488f21250aceb0267fb15d6 (patch)
tree204c502be3dacaab1cae2fb40bdcf2845e037ea9 /Common/interface
parentAdded functions for Ortho projection matrix (diff)
downloadDiligentCore-3aaa8e2dcb73ca91a488f21250aceb0267fb15d6.tar.gz
DiligentCore-3aaa8e2dcb73ca91a488f21250aceb0267fb15d6.zip
Reworked debug message handling to allow user-specified callbacks
Diffstat (limited to 'Common/interface')
-rw-r--r--Common/interface/FileWrapper.h2
-rw-r--r--Common/interface/FixedBlockMemoryAllocator.h2
-rw-r--r--Common/interface/HashUtils.h2
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