src/commonlib: Clean up includes

Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Change-Id: Ieba5a5291209e50dc8b3816efb25bb5b2515fa6a
Reviewed-on: https://review.coreboot.org/c/coreboot/+/68201
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Martin Roth <martin.roth@amd.corp-partner.google.com>
This commit is contained in:
Elyes Haouas 2022-10-07 10:03:17 +02:00 committed by Felix Held
parent ae1ca82e87
commit 6a9ae29c05
2 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,7 @@
#include <commonlib/endian.h>
#include <commonlib/iobuf.h>
#include <string.h>
#include <stdint.h>
static int ibuf_check_size(const struct ibuf *ib, size_t sz)
{

View File

@ -2,6 +2,7 @@
#include <commonlib/helpers.h>
#include <commonlib/region.h>
#include <stdint.h>
#include <string.h>
int region_is_subregion(const struct region *p, const struct region *c)