Remove unused include of stdarg.h

pull/1180/head
Daniele Forsi IU5HKX 2022-12-09 18:05:18 +01:00
rodzic f17a08fe85
commit 34ef939350
1 zmienionych plików z 0 dodań i 1 usunięć

Wyświetl plik

@ -33,7 +33,6 @@
#define __FILENAME__ (strrchr(__FILE__, '/') ? strrchr(__FILE__, '/') + 1 : __FILE__)
#include <stdio.h>
#include <stdarg.h>
#include <string.h>
#include <inttypes.h>
#include <time.h>