aboutsummaryrefslogtreecommitdiff
path: root/src/example/log.cpp
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-10-24 10:56:19 +0200
committerLoek Le Blansch <loek@pipeframe.xyz>2024-10-24 10:56:19 +0200
commite7377daf2fe3b759fbbf7e57f88c412c3b1cf011 (patch)
treed4b3af9e752b0e42116b992d27654bac5c5710ad /src/example/log.cpp
parent58465175e761a908752542255fe584ce3aa1d163 (diff)
`make format`
Diffstat (limited to 'src/example/log.cpp')
-rw-r--r--src/example/log.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/example/log.cpp b/src/example/log.cpp
index 86ef193..3bc6d80 100644
--- a/src/example/log.cpp
+++ b/src/example/log.cpp
@@ -3,8 +3,8 @@
* Standalone example for usage of the logging functions
*/
-#include <crepe/util/log.h>
#include <crepe/api/Config.h>
+#include <crepe/util/log.h>
using namespace crepe;
using namespace crepe::util;
@@ -22,4 +22,3 @@ int main() {
return 0;
}
-