We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef512c3 commit 80299abCopy full SHA for 80299ab
1 file changed
src/foundation/log.c
@@ -3,9 +3,9 @@
3
*/
4
#include "log.h"
5
#include <inttypes.h>
6
-#include <stdint.h> // int64_t
7
-#include <stdio.h>
8
#include <stdarg.h>
+#include <stdint.h>
+#include <stdio.h>
9
10
static CBMLogLevel g_log_level = CBM_LOG_INFO;
11
static cbm_log_sink_fn g_log_sink = NULL;
0 commit comments