From 58abf6896eb92cd4ab61e461e80923c0f49b92dc Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Sun, 25 Mar 2018 13:29:09 -0700 Subject: Fixed headers in TextureLoader project --- TextureLoader/interface/Image.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'TextureLoader/interface/Image.h') diff --git a/TextureLoader/interface/Image.h b/TextureLoader/interface/Image.h index 73be9a1..07f1ceb 100644 --- a/TextureLoader/interface/Image.h +++ b/TextureLoader/interface/Image.h @@ -23,10 +23,10 @@ #pragma once -#include "FileStream.h" -#include "DataBlob.h" -#include "RefCntAutoPtr.h" -#include "ObjectBase.h" +#include "../../../../DiligentCore/Primitives/interface/FileStream.h" +#include "../../../../DiligentCore/Primitives/interface/DataBlob.h" +#include "../../../../DiligentCore/Common/interface/RefCntAutoPtr.h" +#include "../../../../DiligentCore/Common/interface/ObjectBase.h" namespace Diligent { -- cgit v1.2.3