From: Brian Paul Date: Sat, 19 Oct 2013 17:22:33 +0000 (-0600) Subject: svga: remove unneeded include of u_double_list.h X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b11fc226e6b106de8eb777a8e62c4f7303c66fbc;p=mesa.git svga: remove unneeded include of u_double_list.h --- diff --git a/src/gallium/drivers/svga/svga_screen.h b/src/gallium/drivers/svga/svga_screen.h index 77b552af6b0..0606147dd20 100644 --- a/src/gallium/drivers/svga/svga_screen.h +++ b/src/gallium/drivers/svga/svga_screen.h @@ -30,8 +30,6 @@ #include "pipe/p_screen.h" #include "os/os_thread.h" -#include "util/u_double_list.h" - #include "svga_screen_cache.h"