aboutsummaryrefslogtreecommitdiff
path: root/src/crepe/system
diff options
context:
space:
mode:
authorheavydemon21 <nielsstunnebrink1@gmail.com>2024-11-08 17:31:25 +0100
committerheavydemon21 <nielsstunnebrink1@gmail.com>2024-11-08 17:31:25 +0100
commit91a277c69fd5f8ba814adc1006a49c7415ff65be (patch)
tree5545e9a9374e017a45ea56a81c2b7e24091cbcc2 /src/crepe/system
parentcb6aae1751a95a29bc04d805d9cc9135b5c54c1e (diff)
updated to satisfy the code review
Diffstat (limited to 'src/crepe/system')
-rw-r--r--src/crepe/system/AnimatorSystem.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crepe/system/AnimatorSystem.cpp b/src/crepe/system/AnimatorSystem.cpp
index 3d6c807..4ea889a 100644
--- a/src/crepe/system/AnimatorSystem.cpp
+++ b/src/crepe/system/AnimatorSystem.cpp
@@ -3,11 +3,11 @@
#include <functional>
#include <vector>
-#include "ComponentManager.h"
#include "facade/SDLContext.h"
#include "util/log.h"
#include "api/Animator.h"
+#include "ComponentManager.h"
#include "AnimatorSystem.h"
using namespace crepe;