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:
+4
-5
@@ -1,11 +1,10 @@
|
||||
#include "scenes/cube.hpp"
|
||||
|
||||
#include <array>
|
||||
|
||||
#include <glm/gtc/matrix_transform.hpp>
|
||||
#include <glm/gtc/type_ptr.hpp>
|
||||
|
||||
#include "glad/glad.h"
|
||||
#include "glm/gtc/matrix_transform.hpp"
|
||||
#include "glm/gtc/type_ptr.hpp"
|
||||
|
||||
#include "scenes/cube.hpp"
|
||||
|
||||
namespace cbt::scenes {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user