llvmpipe: Remove unnecessary headers.
authorVinson Lee <vlee@vmware.com>
Thu, 28 Jan 2010 02:08:37 +0000 (18:08 -0800)
committerVinson Lee <vlee@vmware.com>
Thu, 28 Jan 2010 02:08:37 +0000 (18:08 -0800)
src/gallium/drivers/llvmpipe/lp_setup.c
src/gallium/drivers/llvmpipe/lp_state_derived.c
src/gallium/drivers/llvmpipe/lp_texture.c

index 0b2d3a28014f41f1d317e1c853c7fbe5b2d62b49..50b07308c7eb748a6d39e73b883d0d3538c1d62d 100644 (file)
@@ -40,7 +40,6 @@
 #include "draw/draw_private.h"
 #include "draw/draw_vertex.h"
 #include "pipe/p_shader_tokens.h"
-#include "pipe/p_thread.h"
 #include "util/u_format.h"
 #include "util/u_math.h"
 #include "util/u_memory.h"
index 6c1ef6bc42d827484788e4c4aaf1d4a79c62c8e9..0155b9be50100e7b90e2cf5e68a44525b3bc5319 100644 (file)
@@ -33,7 +33,6 @@
 #include "draw/draw_private.h"
 #include "lp_context.h"
 #include "lp_screen.h"
-#include "lp_tex_cache.h"
 #include "lp_state.h"
 
 
index 039539d682d3dd637a0c55cce218769d0239dc82..3701219dcf9dd88140e2403e244154ae5393673a 100644 (file)
@@ -33,7 +33,6 @@
 #include "pipe/p_context.h"
 #include "pipe/p_defines.h"
 #include "pipe/p_inlines.h"
-#include "pipe/internal/p_winsys_screen.h"
 
 #include "util/u_format.h"
 #include "util/u_math.h"