diff options
author | Vinson Lee <[email protected]> | 2010-03-13 18:05:39 -0800 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-03-13 18:05:39 -0800 |
commit | 2615bba182bf6ec4b406d31e714be78b9161ce8b (patch) | |
tree | 68a7d4bc93c2b103b56d31d180a6bfa5bd96db04 | |
parent | de4ee20578a79e024b0de83c40648112f42c994e (diff) |
softpipe: Remove unnecessary header.
-rw-r--r-- | src/gallium/drivers/softpipe/sp_texture.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/softpipe/sp_texture.c b/src/gallium/drivers/softpipe/sp_texture.c index da8529c154e..2aff6118f41 100644 --- a/src/gallium/drivers/softpipe/sp_texture.c +++ b/src/gallium/drivers/softpipe/sp_texture.c @@ -36,7 +36,6 @@ #include "util/u_format.h" #include "util/u_math.h" #include "util/u_memory.h" -#include "util/u_simple_screen.h" #include "sp_context.h" #include "sp_texture.h" |