Merge "chore(libc): clean up includes in lib/libc/printf.c" into integration

This commit is contained in:
Joanna Farley 2022-09-30 17:50:15 +02:00 committed by TrustedFirmware Code Review
commit aa9d315009

View file

@ -7,7 +7,9 @@
#include <assert.h>
#include <stdarg.h>
#include <stdbool.h>
#include <stddef.h>
#include <stdint.h>
#include <stdio.h>
#define get_num_va_args(_args, _lcount) \
(((_lcount) > 1) ? va_arg(_args, long long int) : \