diff options
author | Vinson Lee <[email protected]> | 2010-01-20 00:08:54 -0800 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-01-20 00:08:54 -0800 |
commit | e3cb614f932ac417d446c84bd54f86d01b1cdcd9 (patch) | |
tree | e211815c6ce176e2e8166ed3101e526a329f6f2b /src/gallium/drivers/softpipe/sp_context.c | |
parent | ac2a665fd75249e02838ec63ef4a5b3db093ceb1 (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 5f60139968a..beeb6f6b459 100644 --- a/src/gallium/drivers/softpipe/sp_context.c +++ b/src/gallium/drivers/softpipe/sp_context.c @@ -43,7 +43,6 @@ #include "sp_surface.h" #include "sp_tile_cache.h" #include "sp_tex_tile_cache.h" -#include "sp_texture.h" #include "sp_winsys.h" #include "sp_query.h" |