vscode: do not include system include

This commit is contained in:
Alex
2022-10-16 20:53:00 +03:00
parent d506c4e3c1
commit 04757bd11c
2 changed files with 5 additions and 3 deletions

View File

@ -39,8 +39,7 @@
#ifndef PRINTF_H_
#define PRINTF_H_
#include <stdarg.h>
#include <stddef.h>
#include <types.h>
#ifdef __cplusplus
extern "C"