Re-order log lines

This commit is contained in:
2026-04-28 16:06:21 +02:00
parent d89833b705
commit abdc6d67dc
+2 -1
View File
@@ -1,9 +1,10 @@
#include "log.h" #include "log.h"
#include "util.h"
#include <stdio.h> #include <stdio.h>
#include <string.h> #include <string.h>
#include <stdlib.h> #include <stdlib.h>
#include <stdarg.h> #include <stdarg.h>
#include "util.h"
static LogError* s_logError = NULL; static LogError* s_logError = NULL;