Module: Mesa Branch: master Commit: b11fc226e6b106de8eb777a8e62c4f7303c66fbc URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b11fc226e6b106de8eb777a8e62c4f7303c66fbc
Author: Brian Paul <[email protected]> Date: Sat Oct 19 11:22:33 2013 -0600 svga: remove unneeded include of u_double_list.h --- src/gallium/drivers/svga/svga_screen.h | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/src/gallium/drivers/svga/svga_screen.h b/src/gallium/drivers/svga/svga_screen.h index 77b552a..0606147 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" _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
