Remove duplicated stdio.h include

This commit is contained in:
2026-07-26 18:08:07 +02:00
parent 47e0cf129e
commit 8c9cc08de0
2 changed files with 7 additions and 12 deletions
+1
View File
@@ -40,6 +40,7 @@
#ifdef TARGET_LINUX
#include "stdio.h"
#include <string.h>
#define MAIN int main(int argc, char *argv[])
#define PRINT(fmt, ...) fprintf(stdout, fmt, ##__VA_ARGS__)
#define PRINT_ERROR(fmt, ...) \