diff options
| author | Tobin Ehlis <tobin@lunarg.com> | 2015-11-02 13:12:18 -0700 |
|---|---|---|
| committer | Tobin Ehlis <tobin@lunarg.com> | 2015-11-02 13:12:18 -0700 |
| commit | 9c9231840a0eeb679544041df7976ae569dcd1c3 (patch) | |
| tree | f0c37777a83da71433266900e237cf628204a6a1 /layers/swapchain.cpp | |
| parent | e0ba544bf922f9c92274b8f11481a8904905400b (diff) | |
| download | usermoji-9c9231840a0eeb679544041df7976ae569dcd1c3.tar.xz | |
layers: Fix Swapchain include dependency for Windows build break
Diffstat (limited to 'layers/swapchain.cpp')
| -rw-r--r-- | layers/swapchain.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/layers/swapchain.cpp b/layers/swapchain.cpp index 194970c6..46c8aad3 100644 --- a/layers/swapchain.cpp +++ b/layers/swapchain.cpp @@ -28,7 +28,6 @@ #include <stdio.h> #include <string.h> #include "swapchain.h" -#include "vk_loader_platform.h" #include "vk_layer_extension_utils.h" // FIXME/TODO: Make sure this layer is thread-safe! |
