From b5628073787ff995c3858f5dbd7da689435d3449 Mon Sep 17 00:00:00 2001 From: Egor Date: Thu, 22 Feb 2018 23:31:16 -0800 Subject: Fixed Linux build --- Common/interface/LockHelper.h | 2 +- Common/interface/RefCntAutoPtr.h | 6 +++--- Common/interface/RefCountedObjectImpl.h | 8 ++++---- Common/interface/StringTools.h | 2 +- Common/interface/ValidatedCast.h | 2 +- 5 files changed, 10 insertions(+), 10 deletions(-) (limited to 'Common/interface') diff --git a/Common/interface/LockHelper.h b/Common/interface/LockHelper.h index bcb644df..dc8f290d 100644 --- a/Common/interface/LockHelper.h +++ b/Common/interface/LockHelper.h @@ -28,7 +28,7 @@ #include #include -#include "../../../Platforms/interface/Atomics.h" +#include "../../Platforms/interface/Atomics.h" namespace ThreadingTools { diff --git a/Common/interface/RefCntAutoPtr.h b/Common/interface/RefCntAutoPtr.h index f5d1a437..5bfdbdab 100644 --- a/Common/interface/RefCntAutoPtr.h +++ b/Common/interface/RefCntAutoPtr.h @@ -23,9 +23,9 @@ #pragma once -#include "../../../Primitives/interface/Object.h" -#include "../../../Platforms/Basic/interface/DebugUtilities.h" -#include "../../../Platforms/interface/Atomics.h" +#include "../../Primitives/interface/Object.h" +#include "../../Platforms/Basic/interface/DebugUtilities.h" +#include "../../Platforms/interface/Atomics.h" #include "LockHelper.h" #include "ValidatedCast.h" #include "RefCountedObjectImpl.h" diff --git a/Common/interface/RefCountedObjectImpl.h b/Common/interface/RefCountedObjectImpl.h index 617eef59..134edb23 100644 --- a/Common/interface/RefCountedObjectImpl.h +++ b/Common/interface/RefCountedObjectImpl.h @@ -26,10 +26,10 @@ /// \file /// Implementation of the template base class for reference counting objects -#include "../../../Primitives/interface/Object.h" -#include "../../../Primitives/interface/MemoryAllocator.h" -#include "../../../Platforms/interface/Atomics.h" -#include "../../../Platforms/Basic/interface/DebugUtilities.h" +#include "../../Primitives/interface/Object.h" +#include "../../Primitives/interface/MemoryAllocator.h" +#include "../../Platforms/interface/Atomics.h" +#include "../../Platforms/Basic/interface/DebugUtilities.h" #include "LockHelper.h" #include "ValidatedCast.h" diff --git a/Common/interface/StringTools.h b/Common/interface/StringTools.h index 5921411b..d7bab918 100644 --- a/Common/interface/StringTools.h +++ b/Common/interface/StringTools.h @@ -30,7 +30,7 @@ #include #include -#include "../../../Platforms/Basic/interface/DebugUtilities.h" +#include "../../Platforms/Basic/interface/DebugUtilities.h" namespace Diligent { diff --git a/Common/interface/ValidatedCast.h b/Common/interface/ValidatedCast.h index 8848b920..1a520336 100644 --- a/Common/interface/ValidatedCast.h +++ b/Common/interface/ValidatedCast.h @@ -23,7 +23,7 @@ #pragma once -#include "../../../Platforms/Basic/interface/DebugUtilities.h" +#include "../../Platforms/Basic/interface/DebugUtilities.h" template DstType* ValidatedCast( SrcType *Ptr ) -- cgit v1.2.3