aboutsummaryrefslogtreecommitdiff
path: root/src/crepe/system/PhysicsSystem.cpp
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-11-05 15:51:01 +0100
committerLoek Le Blansch <loek@pipeframe.xyz>2024-11-05 15:51:01 +0100
commit74533e9fbcd0360950daec4dc297e48e30a8a2d0 (patch)
tree09933bed95a0c2c79ed1b4a3e0da2dbe0ca11f98 /src/crepe/system/PhysicsSystem.cpp
parenta47b981c2254e1d49f58ebd4244c1be4624ba998 (diff)
`make format`
Diffstat (limited to 'src/crepe/system/PhysicsSystem.cpp')
-rw-r--r--src/crepe/system/PhysicsSystem.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crepe/system/PhysicsSystem.cpp b/src/crepe/system/PhysicsSystem.cpp
index efec750..cea8062 100644
--- a/src/crepe/system/PhysicsSystem.cpp
+++ b/src/crepe/system/PhysicsSystem.cpp
@@ -1,9 +1,9 @@
#include <iostream>
+#include "../ComponentManager.h"
#include "../api/Force.h"
#include "../api/Rigidbody.h"
#include "../api/Transform.h"
-#include "../ComponentManager.h"
#include "PhysicsSystem.h"