aboutsummaryrefslogtreecommitdiff
path: root/src/example/ecs.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/example/ecs.cpp')
-rw-r--r--src/example/ecs.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/example/ecs.cpp b/src/example/ecs.cpp
index 6f9752e..a8df7e7 100644
--- a/src/example/ecs.cpp
+++ b/src/example/ecs.cpp
@@ -1,8 +1,8 @@
#include <iostream>
#include "../crepe/ComponentManager.h"
-#include "../crepe/Metadata.h"
#include "../crepe/api/GameObject.h"
+#include "../crepe/api/Metadata.h"
#include "../crepe/api/Transform.h"
using namespace crepe;