diff options
Diffstat (limited to 'src/console')
-rw-r--r-- | src/console/vsprintf.c | 1 | ||||
-rw-r--r-- | src/console/vtxprintf.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/console/vsprintf.c b/src/console/vsprintf.c index 68926397a6..06b9e494a4 100644 --- a/src/console/vsprintf.c +++ b/src/console/vsprintf.c @@ -1,7 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0-only */ #include <console/vtxprintf.h> -#include <stdarg.h> #include <string.h> struct vsnprintf_context { diff --git a/src/console/vtxprintf.c b/src/console/vtxprintf.c index cfba6db420..fba76bcb71 100644 --- a/src/console/vtxprintf.c +++ b/src/console/vtxprintf.c @@ -6,7 +6,6 @@ #include <console/vtxprintf.h> #include <ctype.h> -#include <stdarg.h> #include <string.h> #include <types.h> |