Don't include source files in other source files
authorChris Forbes <chrisforbes@google.com>
Sun, 18 Nov 2018 20:06:18 +0000 (12:06 -0800)
committerChris Forbes <chrisforbes@google.com>
Mon, 19 Nov 2018 15:48:43 +0000 (07:48 -0800)
This broke the Android CTS integrated build. Include the headers
instead.

Components: Vulkan
Affects: Build fix only
Change-Id: I5836881dd78be90ed3a57181121e9333f94f98b8

external/vulkancts/modules/vulkan/api/vktApiGetMemoryCommitment.cpp

index 4cbffd4..0dfa6e2 100644 (file)
@@ -31,9 +31,9 @@
 #include "vkMemUtil.hpp"
 #include "vkPrograms.hpp"
 #include "vktTestCase.hpp"
-#include "vkTypeUtil.cpp"
-#include "vkCmdUtil.cpp"
-#include "vkObjUtil.cpp"
+#include "vkTypeUtil.hpp"
+#include "vkCmdUtil.hpp"
+#include "vkObjUtil.hpp"
 
 #include "tcuTestLog.hpp"