summaryrefslogtreecommitdiffstats
path: root/Tests/TestApp/include/TestRenderTarget.h
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/TestApp/include/TestRenderTarget.h')
-rw-r--r--Tests/TestApp/include/TestRenderTarget.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/Tests/TestApp/include/TestRenderTarget.h b/Tests/TestApp/include/TestRenderTarget.h
index 2122804..0468f00 100644
--- a/Tests/TestApp/include/TestRenderTarget.h
+++ b/Tests/TestApp/include/TestRenderTarget.h
@@ -23,7 +23,6 @@
#pragma once
-#include "ScriptParser.h"
#include "UnitTestBase.h"
class TestRenderTarget : public UnitTestBase
@@ -38,5 +37,4 @@ private:
Diligent::RefCntAutoPtr<Diligent::IRenderDevice> m_pRenderDevice;
Diligent::RefCntAutoPtr<Diligent::IDeviceContext> m_pDeviceContext;
- Diligent::RefCntAutoPtr<Diligent::ScriptParser> m_pRenderScript;
};