diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-10-24 10:56:19 +0200 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-10-24 10:56:19 +0200 |
commit | e7377daf2fe3b759fbbf7e57f88c412c3b1cf011 (patch) | |
tree | d4b3af9e752b0e42116b992d27654bac5c5710ad /src/example/log.cpp | |
parent | 58465175e761a908752542255fe584ce3aa1d163 (diff) |
`make format`
Diffstat (limited to 'src/example/log.cpp')
-rw-r--r-- | src/example/log.cpp | 3 |
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; } - |