diff options
author | heavydemon21 <nielsstunnebrink1@gmail.com> | 2024-11-08 12:29:55 +0100 |
---|---|---|
committer | heavydemon21 <nielsstunnebrink1@gmail.com> | 2024-11-08 12:29:55 +0100 |
commit | cb6aae1751a95a29bc04d805d9cc9135b5c54c1e (patch) | |
tree | a7fcb2ae6926edb01df3f056c9a5cb016cd2c62d /src/crepe/api/Camera.cpp | |
parent | e945cdf3e2b68d615cc10868f1531686636949a2 (diff) |
fixed include code-style
Diffstat (limited to 'src/crepe/api/Camera.cpp')
-rw-r--r-- | src/crepe/api/Camera.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/crepe/api/Camera.cpp b/src/crepe/api/Camera.cpp index d423131..dbbfb32 100644 --- a/src/crepe/api/Camera.cpp +++ b/src/crepe/api/Camera.cpp @@ -1,10 +1,10 @@ #include <cstdint> -#include "Component.h" -#include "api/Color.h" #include "util/log.h" +#include "Component.h" +#include "Color.h" #include "Camera.h" using namespace crepe; |