projects
/
platform
/
upstream
/
Vulkan-Loader.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
232c697
)
Remove unnecessary code in test
author
Mark Young
<marky@lunarg.com>
Fri, 7 Jan 2022 23:27:38 +0000
(16:27 -0700)
committer
Mark Young
<marky@lunarg.com>
Fri, 7 Jan 2022 23:56:38 +0000
(16:56 -0700)
tests/loader_wsi_tests.cpp
patch
|
blob
|
history
diff --git
a/tests/loader_wsi_tests.cpp
b/tests/loader_wsi_tests.cpp
index 36d74daae3116b876485c08074d41785ce476c13..ce5c77de7960746cc0caa4dde583c9e80af08ad4 100644
(file)
--- a/
tests/loader_wsi_tests.cpp
+++ b/
tests/loader_wsi_tests.cpp
@@
-27,10
+27,6
@@
#include "test_environment.h"
-#if defined(VK_USE_PLATFORM_XLIB_KHR) || defined(VK_USE_PLATFORM_XCB_KHR)
-#include <X11/Xutil.h>
-#endif
-
class WsiTests : public ::testing::Test {
protected:
virtual void SetUp() {