From 67c9dc344148c49ca6eeba380520e89b81d8dd05 Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Sun, 25 Mar 2018 17:23:55 -0700 Subject: Updated include test to reference all headers relative to the Engine root --- Tests/IncludeTest/src/Platforms/AtomicsH_test.cpp | 2 +- Tests/IncludeTest/src/Platforms/FileSystemH_test.cpp | 2 +- Tests/IncludeTest/src/Platforms/PlatformDebugH_test.cpp | 2 +- Tests/IncludeTest/src/Platforms/PlatformDefinitionsH_test.cpp | 2 +- Tests/IncludeTest/src/Platforms/PlatformMiscH_test.cpp | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'Tests/IncludeTest/src/Platforms') diff --git a/Tests/IncludeTest/src/Platforms/AtomicsH_test.cpp b/Tests/IncludeTest/src/Platforms/AtomicsH_test.cpp index 540d29b..d006d34 100644 --- a/Tests/IncludeTest/src/Platforms/AtomicsH_test.cpp +++ b/Tests/IncludeTest/src/Platforms/AtomicsH_test.cpp @@ -21,4 +21,4 @@ * of the possibility of such damages. */ -#include "Platforms/interface/Atomics.h" +#include "DiligentCore/Platforms/interface/Atomics.h" diff --git a/Tests/IncludeTest/src/Platforms/FileSystemH_test.cpp b/Tests/IncludeTest/src/Platforms/FileSystemH_test.cpp index e7e3cd6..c95560f 100644 --- a/Tests/IncludeTest/src/Platforms/FileSystemH_test.cpp +++ b/Tests/IncludeTest/src/Platforms/FileSystemH_test.cpp @@ -21,4 +21,4 @@ * of the possibility of such damages. */ -#include "Platforms/interface/FileSystem.h" +#include "DiligentCore/Platforms/interface/FileSystem.h" diff --git a/Tests/IncludeTest/src/Platforms/PlatformDebugH_test.cpp b/Tests/IncludeTest/src/Platforms/PlatformDebugH_test.cpp index a229307..00211df 100644 --- a/Tests/IncludeTest/src/Platforms/PlatformDebugH_test.cpp +++ b/Tests/IncludeTest/src/Platforms/PlatformDebugH_test.cpp @@ -21,4 +21,4 @@ * of the possibility of such damages. */ -#include "Platforms/interface/PlatformDebug.h" +#include "DiligentCore/Platforms/interface/PlatformDebug.h" diff --git a/Tests/IncludeTest/src/Platforms/PlatformDefinitionsH_test.cpp b/Tests/IncludeTest/src/Platforms/PlatformDefinitionsH_test.cpp index 8086db4..5e0f1fa 100644 --- a/Tests/IncludeTest/src/Platforms/PlatformDefinitionsH_test.cpp +++ b/Tests/IncludeTest/src/Platforms/PlatformDefinitionsH_test.cpp @@ -21,4 +21,4 @@ * of the possibility of such damages. */ -#include "Platforms/interface/PlatformDefinitions.h" +#include "DiligentCore/Platforms/interface/PlatformDefinitions.h" diff --git a/Tests/IncludeTest/src/Platforms/PlatformMiscH_test.cpp b/Tests/IncludeTest/src/Platforms/PlatformMiscH_test.cpp index a0d0c3c..001e272 100644 --- a/Tests/IncludeTest/src/Platforms/PlatformMiscH_test.cpp +++ b/Tests/IncludeTest/src/Platforms/PlatformMiscH_test.cpp @@ -21,4 +21,4 @@ * of the possibility of such damages. */ -#include "Platforms/interface/PlatformMisc.h" +#include "DiligentCore/Platforms/interface/PlatformMisc.h" -- cgit v1.2.3