Remove unnecessary code in test
authorMark Young <marky@lunarg.com>
Fri, 7 Jan 2022 23:27:38 +0000 (16:27 -0700)
committerMark Young <marky@lunarg.com>
Fri, 7 Jan 2022 23:56:38 +0000 (16:56 -0700)
tests/loader_wsi_tests.cpp

index 36d74daae3116b876485c08074d41785ce476c13..ce5c77de7960746cc0caa4dde583c9e80af08ad4 100644 (file)
 
 #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() {