From b9dea62b6b753bf848ef4d42b71e168f3cd525cd Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Sun, 27 Oct 2019 09:54:03 -0600 Subject: video: meson: Drop unnecessary header includes These files should not be included in meson header files. Drop them and tidy up the affected C files. Signed-off-by: Simon Glass Reviewed-by: Anatolij Gustschin Acked-by: Neil Armstrong Signed-off-by: Neil Armstrong --- include/video.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/video.h b/include/video.h index 485071d0723..e7c58e86cb4 100644 --- a/include/video.h +++ b/include/video.h @@ -17,6 +17,8 @@ #include +struct udevice; + struct video_uc_platdata { uint align; uint size; -- cgit v1.2.3