diff options
author | Vinson Lee <vlee@vmware.com> | 2010-02-08 18:14:49 -0800 |
---|---|---|
committer | Vinson Lee <vlee@vmware.com> | 2010-02-08 18:14:49 -0800 |
commit | a131941e43061fdbf147901e06acd62d380cdcfd (patch) | |
tree | 8bbaab4c3d5e6375830f8a089708696aade2fe8c | |
parent | 38076c99505773de7c3e387ef47ec24548d07961 (diff) |
softpipe: Remove unnecessary headers.
-rw-r--r-- | src/gallium/drivers/softpipe/sp_context.c | 1 | ||||
-rw-r--r-- | src/gallium/drivers/softpipe/sp_video_context.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/drivers/softpipe/sp_context.c b/src/gallium/drivers/softpipe/sp_context.c index 480b269e7f..2b22ce256e 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" diff --git a/src/gallium/drivers/softpipe/sp_video_context.c b/src/gallium/drivers/softpipe/sp_video_context.c index f3dab83fa6..47767f985d 100644 --- a/src/gallium/drivers/softpipe/sp_video_context.c +++ b/src/gallium/drivers/softpipe/sp_video_context.c @@ -28,7 +28,6 @@ #include "sp_video_context.h" #include <util/u_inlines.h> #include <util/u_memory.h> -#include "softpipe/sp_winsys.h" #include "softpipe/sp_texture.h" static void |