aboutsummaryrefslogtreecommitdiff
path: root/src/crepe/system
diff options
context:
space:
mode:
Diffstat (limited to 'src/crepe/system')
-rw-r--r--src/crepe/system/RenderSystem.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crepe/system/RenderSystem.cpp b/src/crepe/system/RenderSystem.cpp
index 96c94e9..5a07cc2 100644
--- a/src/crepe/system/RenderSystem.cpp
+++ b/src/crepe/system/RenderSystem.cpp
@@ -2,9 +2,9 @@
#include <vector>
#include "../ComponentManager.h"
-#include "../facade/SDLContext.h"
#include "../api/Sprite.h"
#include "../api/Transform.h"
+#include "../facade/SDLContext.h"
#include "../util/log.h"
#include "RenderSystem.h"