aboutsummaryrefslogtreecommitdiff
path: root/src/crepe
diff options
context:
space:
mode:
authormax-001 <maxsmits21@kpnmail.nl>2024-11-06 14:20:31 +0100
committermax-001 <maxsmits21@kpnmail.nl>2024-11-06 14:20:31 +0100
commitbb0dad00c815c9d577214db2788990f560cb10f5 (patch)
treeb7409a1aa915eb6811e448c138a3a37e4a40b1a5 /src/crepe
parentc6ce7e13c5fe802a7eba35189916023925dbfdc1 (diff)
Include order
Diffstat (limited to 'src/crepe')
-rw-r--r--src/crepe/ComponentManager.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/crepe/ComponentManager.cpp b/src/crepe/ComponentManager.cpp
index 8bde33a..55bd82f 100644
--- a/src/crepe/ComponentManager.cpp
+++ b/src/crepe/ComponentManager.cpp
@@ -1,6 +1,7 @@
-#include "ComponentManager.h"
#include "util/log.h"
+#include "ComponentManager.h"
+
using namespace crepe;
ComponentManager & ComponentManager::get_instance() {