style: fix include ordering across all source files
- C++ std headers first, then third-party, then local - Apply consistently in cbt/ and scenes/
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
#pragma once
|
||||
|
||||
#include "cbt/opengl/buffer.hpp"
|
||||
#include "cbt/opengl/texture.hpp"
|
||||
|
||||
#include <array>
|
||||
#include <optional>
|
||||
#include <vector>
|
||||
|
||||
#include "cbt/opengl/buffer.hpp"
|
||||
#include "cbt/opengl/texture.hpp"
|
||||
|
||||
namespace cbt::opengl {
|
||||
|
||||
struct descriptor_binding {
|
||||
|
||||
Reference in New Issue
Block a user