summaryrefslogtreecommitdiffstats
path: root/TextureLoader/interface/Image.h
diff options
context:
space:
mode:
authorEgor Yusov <egor.yusov@gmail.com>2018-03-25 20:29:09 +0000
committerEgor Yusov <egor.yusov@gmail.com>2018-03-25 20:29:09 +0000
commit58abf6896eb92cd4ab61e461e80923c0f49b92dc (patch)
tree1e83bab53997fda903efa52ac91da43e724a742c /TextureLoader/interface/Image.h
parentAdded PSO:IsCompatibleWith method to Lua bindings (diff)
downloadDiligentTools-58abf6896eb92cd4ab61e461e80923c0f49b92dc.tar.gz
DiligentTools-58abf6896eb92cd4ab61e461e80923c0f49b92dc.zip
Fixed headers in TextureLoader project
Diffstat (limited to 'TextureLoader/interface/Image.h')
-rw-r--r--TextureLoader/interface/Image.h8
1 files changed, 4 insertions, 4 deletions
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
{