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_display.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'api/api_display.c') diff --git a/api/api_display.c b/api/api_display.c index 2e877a85d14..8fd078c8c4a 100644 --- a/api/api_display.c +++ b/api/api_display.c @@ -3,9 +3,9 @@ * Copyright (c) 2011 The Chromium OS Authors. */ -#include #include #include +#include /* TODO(clchiou): add support of video device */ -- cgit v1.2.3