Reformatted Standard Headers to be at the start
This commit is contained in:
parent
98aee1a086
commit
d2db091873
12
src/main.cpp
12
src/main.cpp
@ -17,6 +17,12 @@
|
||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include <iostream>
|
||||
#include <memory>
|
||||
#include <vector>
|
||||
#include <string_view>
|
||||
#include <set>
|
||||
|
||||
#define VULKAN_HPP_NO_CONSTRUCTORS
|
||||
#include <vulkan/vulkan_raii.hpp>
|
||||
#include <SDL2/SDL.h>
|
||||
@ -30,12 +36,6 @@
|
||||
|
||||
#include <embed_resources.hpp>
|
||||
|
||||
#include <iostream>
|
||||
#include <memory>
|
||||
#include <vector>
|
||||
#include <string_view>
|
||||
#include <set>
|
||||
|
||||
static constexpr bool fatal_errors = true; // keep this true for tests
|
||||
|
||||
#define ENABLE_VULKAN_VALIDATION true
|
||||
|
Loading…
x
Reference in New Issue
Block a user