summaryrefslogtreecommitdiffstats
path: root/src/gallium
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2013-10-19 11:22:33 -0600
committerBrian Paul <brianp@vmware.com>2013-10-23 10:15:38 -0600
commitb11fc226e6b106de8eb777a8e62c4f7303c66fbc (patch)
tree356d06787cca582ea10bf9c333dd0f94902798dd /src/gallium
parent30bb17047909dabd4cad627398502108d57a2eb0 (diff)
downloadexternal_mesa3d-b11fc226e6b106de8eb777a8e62c4f7303c66fbc.zip
external_mesa3d-b11fc226e6b106de8eb777a8e62c4f7303c66fbc.tar.gz
external_mesa3d-b11fc226e6b106de8eb777a8e62c4f7303c66fbc.tar.bz2
svga: remove unneeded include of u_double_list.h
Diffstat (limited to 'src/gallium')
-rw-r--r--src/gallium/drivers/svga/svga_screen.h2
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"