From: Rhys Kidd Date: Wed, 31 May 2017 22:48:09 +0000 (-0400) Subject: nvc0: Clean up unnecessary includes from gallium/auxiliary/vl/ X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e3054004433fa91d4ab195604f5fa28487d34096;p=mesa.git nvc0: Clean up unnecessary includes from gallium/auxiliary/vl/ Signed-off-by: Rhys Kidd Reviewed-by: Samuel Pitoiset --- 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"