diff options
author | Vinson Lee <[email protected]> | 2010-02-08 18:14:49 -0800 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-02-08 18:14:49 -0800 |
commit | a131941e43061fdbf147901e06acd62d380cdcfd (patch) | |
tree | 8bbaab4c3d5e6375830f8a089708696aade2fe8c /src/gallium/drivers/softpipe/sp_context.c | |
parent | 38076c99505773de7c3e387ef47ec24548d07961 (diff) |
softpipe: Remove unnecessary headers.
Diffstat (limited to 'src/gallium/drivers/softpipe/sp_context.c')
-rw-r--r-- | src/gallium/drivers/softpipe/sp_context.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/softpipe/sp_context.c b/src/gallium/drivers/softpipe/sp_context.c index 480b269e7f5..2b22ce256e6 100644 --- a/src/gallium/drivers/softpipe/sp_context.c +++ b/src/gallium/drivers/softpipe/sp_context.c @@ -44,7 +44,6 @@ #include "sp_surface.h" #include "sp_tile_cache.h" #include "sp_tex_tile_cache.h" -#include "sp_winsys.h" #include "sp_query.h" |