aboutsummaryrefslogtreecommitdiff
path: root/src/example/log.cpp
diff options
context:
space:
mode:
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;
}
-