From 1227a30d0056e8f09e7bb97a555ccfa900afba46 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Wed, 1 May 2024 19:31:37 -0600 Subject: api: Remove and add needed includes Remove from here and when needed add missing include files directly. Signed-off-by: Tom Rini --- api/api.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'api/api.c') diff --git a/api/api.c b/api/api.c index 89003c161c2..d22132f62fe 100644 --- a/api/api.c +++ b/api/api.c @@ -7,11 +7,13 @@ #include #include -#include #include #include +#include #include +#include #include +#include #include #include #include -- cgit v1.2.3