From e3054004433fa91d4ab195604f5fa28487d34096 Mon Sep 17 00:00:00 2001 From: Rhys Kidd Date: Wed, 31 May 2017 18:48:09 -0400 Subject: [PATCH] nvc0: Clean up unnecessary includes from gallium/auxiliary/vl/ Signed-off-by: Rhys Kidd Reviewed-by: Samuel Pitoiset --- src/gallium/drivers/nouveau/nvc0/nvc0_screen.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/gallium/drivers/nouveau/nvc0/nvc0_screen.c b/src/gallium/drivers/nouveau/nvc0/nvc0_screen.c index f2ae4f3ae3b..c636926994b 100644 --- a/src/gallium/drivers/nouveau/nvc0/nvc0_screen.c +++ b/src/gallium/drivers/nouveau/nvc0/nvc0_screen.c @@ -27,9 +27,6 @@ #include "util/u_format_s3tc.h" #include "pipe/p_screen.h" -#include "vl/vl_decoder.h" -#include "vl/vl_video_buffer.h" - #include "nouveau_vp3_video.h" #include "nvc0/nvc0_context.h" -- 2.30.2