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,7 +1,7 @@
|
||||
#include "cbt/opengl/descriptor.hpp"
|
||||
|
||||
#include "glad/glad.h"
|
||||
|
||||
#include "cbt/opengl/descriptor.hpp"
|
||||
|
||||
namespace cbt::opengl {
|
||||
|
||||
descriptor_set::descriptor_set() {}
|
||||
|
||||
Reference in New Issue
Block a user