summaryrefslogtreecommitdiffstats
path: root/Tests/TestApp/include
diff options
context:
space:
mode:
authorEgor Yusov <egor.yusov@gmail.com>2018-02-17 02:29:14 +0000
committerEgor Yusov <egor.yusov@gmail.com>2018-02-17 02:29:14 +0000
commit287e31b9f40fd13eeae13d7b6e7db8cc5e946303 (patch)
treecae37c0df03fa04b126df3fba319b4194627f763 /Tests/TestApp/include
parentEnabled test app on Android (diff)
downloadDiligentEngine-287e31b9f40fd13eeae13d7b6e7db8cc5e946303.tar.gz
DiligentEngine-287e31b9f40fd13eeae13d7b6e7db8cc5e946303.zip
Enabled test app in MacOS
Diffstat (limited to 'Tests/TestApp/include')
-rw-r--r--Tests/TestApp/include/pch.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/Tests/TestApp/include/pch.h b/Tests/TestApp/include/pch.h
index 58295f7..f10e317 100644
--- a/Tests/TestApp/include/pch.h
+++ b/Tests/TestApp/include/pch.h
@@ -28,9 +28,6 @@
#pragma once
-#include <stdlib.h>
-#include <malloc.h>
-#include <memory.h>
#include <list>
#include <algorithm>
#include <cassert>