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:
+5
-4
@@ -1,13 +1,14 @@
|
||||
#pragma once
|
||||
|
||||
#include <chrono>
|
||||
|
||||
#include "glm/glm.hpp"
|
||||
|
||||
#include "cbt/scene.hpp"
|
||||
|
||||
#include "cbt/opengl/shader.hpp"
|
||||
#include "cbt/opengl/buffer.hpp"
|
||||
#include "cbt/opengl/shader.hpp"
|
||||
#include "cbt/opengl/vao.hpp"
|
||||
|
||||
#include <glm/glm.hpp>
|
||||
|
||||
namespace cbt::scenes {
|
||||
|
||||
class cube final : public scene {
|
||||
|
||||
Reference in New Issue
Block a user