diff options
Diffstat (limited to 'engine/xe_swap_chain.cpp')
-rwxr-xr-x | engine/xe_swap_chain.cpp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/engine/xe_swap_chain.cpp b/engine/xe_swap_chain.cpp index c7a0345..79da771 100755 --- a/engine/xe_swap_chain.cpp +++ b/engine/xe_swap_chain.cpp @@ -1,14 +1,5 @@ #include "xe_swap_chain.hpp" -#include <array> -#include <cstdlib> -#include <cstring> -#include <iostream> -#include <limits> -#include <memory> -#include <set> -#include <stdexcept> - namespace xe { bool XeSwapChain::initialSwapChainCreated = false; |