gallium: Remove some superfluous instances of #include "p_inlines.h".

This commit is contained in:
Michel Dänzer
2009-03-04 11:58:52 +01:00
parent 5e27cd46c0
commit 45bde75bd6
24 changed files with 0 additions and 25 deletions

View File

@@ -37,7 +37,6 @@
#include "pipe/p_state.h" #include "pipe/p_state.h"
#include "util/u_memory.h" #include "util/u_memory.h"
#include "pipe/p_inlines.h"
#include "tgsi/tgsi_parse.h" #include "tgsi/tgsi_parse.h"
#include "cso_cache/cso_context.h" #include "cso_cache/cso_context.h"

View File

@@ -32,7 +32,6 @@
*/ */
#include "pipe/p_inlines.h"
#include "pipe/p_context.h" #include "pipe/p_context.h"
#include "pipe/p_defines.h" #include "pipe/p_defines.h"
#include "pipe/p_shader_tokens.h" #include "pipe/p_shader_tokens.h"

View File

@@ -38,7 +38,6 @@
*/ */
#include "pipe/p_inlines.h"
#include "pipe/p_context.h" #include "pipe/p_context.h"
#include "pipe/p_defines.h" #include "pipe/p_defines.h"
#include "pipe/p_shader_tokens.h" #include "pipe/p_shader_tokens.h"

View File

@@ -34,7 +34,6 @@
*/ */
#include "pipe/p_inlines.h"
#include "pipe/p_context.h" #include "pipe/p_context.h"
#include "pipe/p_defines.h" #include "pipe/p_defines.h"
#include "pipe/p_shader_tokens.h" #include "pipe/p_shader_tokens.h"

View File

@@ -48,7 +48,6 @@
#include "util/u_debug.h" #include "util/u_debug.h"
#include "pipe/p_error.h" #include "pipe/p_error.h"
#include "pipe/p_state.h" #include "pipe/p_state.h"
#include "pipe/p_inlines.h"
#ifdef __cplusplus #ifdef __cplusplus

View File

@@ -28,7 +28,6 @@
#include "util/u_memory.h" #include "util/u_memory.h"
#include "pipe/p_state.h" #include "pipe/p_state.h"
#include "pipe/p_inlines.h"
#include "sct.h" #include "sct.h"

View File

@@ -36,7 +36,6 @@
#include "pipe/p_context.h" #include "pipe/p_context.h"
#include "util/u_debug.h" #include "util/u_debug.h"
#include "pipe/p_defines.h" #include "pipe/p_defines.h"
#include "pipe/p_inlines.h"
#include "pipe/p_screen.h" #include "pipe/p_screen.h"
#include "pipe/p_shader_tokens.h" #include "pipe/p_shader_tokens.h"

View File

@@ -28,8 +28,6 @@
/* Authors: Keith Whitwell <keith@tungstengraphics.com> /* Authors: Keith Whitwell <keith@tungstengraphics.com>
*/ */
#include "pipe/p_inlines.h"
#include "fo_context.h" #include "fo_context.h"

View File

@@ -32,7 +32,6 @@
#include "draw/draw_context.h" #include "draw/draw_context.h"
#include "pipe/p_defines.h" #include "pipe/p_defines.h"
#include "pipe/p_inlines.h"
#include "util/u_math.h" #include "util/u_math.h"
#include "util/u_memory.h" #include "util/u_memory.h"
#include "sp_clear.h" #include "sp_clear.h"

View File

@@ -35,7 +35,6 @@
#include "pipe/p_state.h" #include "pipe/p_state.h"
#include "pipe/p_defines.h" #include "pipe/p_defines.h"
#include "util/u_memory.h" #include "util/u_memory.h"
#include "pipe/p_inlines.h"
#include "tgsi/tgsi_exec.h" #include "tgsi/tgsi_exec.h"
#include "tgsi/tgsi_parse.h" #include "tgsi/tgsi_parse.h"

View File

@@ -37,7 +37,6 @@
#include "pipe/p_state.h" #include "pipe/p_state.h"
#include "pipe/p_defines.h" #include "pipe/p_defines.h"
#include "util/u_memory.h" #include "util/u_memory.h"
#include "pipe/p_inlines.h"
#include "tgsi/tgsi_sse2.h" #include "tgsi/tgsi_sse2.h"
#if 0 #if 0

View File

@@ -35,7 +35,6 @@
#include "pipe/p_state.h" #include "pipe/p_state.h"
#include "pipe/p_defines.h" #include "pipe/p_defines.h"
#include "util/u_memory.h" #include "util/u_memory.h"
#include "pipe/p_inlines.h"
#include "tgsi/tgsi_exec.h" #include "tgsi/tgsi_exec.h"
#include "tgsi/tgsi_sse2.h" #include "tgsi/tgsi_sse2.h"

View File

@@ -31,7 +31,6 @@
#include "draw/draw_context.h" #include "draw/draw_context.h"
#include "pipe/p_defines.h" #include "pipe/p_defines.h"
#include "pipe/p_inlines.h"
#include "util/u_memory.h" #include "util/u_memory.h"
#include "sp_context.h" #include "sp_context.h"
#include "sp_query.h" #include "sp_query.h"

View File

@@ -31,7 +31,6 @@
#include "pipe/p_defines.h" #include "pipe/p_defines.h"
#include "util/u_memory.h" #include "util/u_memory.h"
#include "pipe/p_inlines.h"
#include "pipe/internal/p_winsys_screen.h" #include "pipe/internal/p_winsys_screen.h"
#include "pipe/p_shader_tokens.h" #include "pipe/p_shader_tokens.h"
#include "draw/draw_context.h" #include "draw/draw_context.h"

View File

@@ -30,7 +30,6 @@
*/ */
#include "util/u_memory.h" #include "util/u_memory.h"
#include "pipe/p_inlines.h"
#include "draw/draw_context.h" #include "draw/draw_context.h"

View File

@@ -27,7 +27,6 @@
/* Authors: Keith Whitwell <keith@tungstengraphics.com> /* Authors: Keith Whitwell <keith@tungstengraphics.com>
*/ */
#include "pipe/p_inlines.h"
#include "sp_context.h" #include "sp_context.h"
#include "sp_state.h" #include "sp_state.h"

View File

@@ -25,7 +25,6 @@
* *
**************************************************************************/ **************************************************************************/
#include "pipe/p_inlines.h"
#include "util/u_hash_table.h" #include "util/u_hash_table.h"
#include "util/u_memory.h" #include "util/u_memory.h"

View File

@@ -37,7 +37,6 @@
//#include "state_trackers/xlib/xmesaP.h" //#include "state_trackers/xlib/xmesaP.h"
#include "pipe/internal/p_winsys_screen.h" #include "pipe/internal/p_winsys_screen.h"
#include "pipe/p_inlines.h"
#include "util/u_math.h" #include "util/u_math.h"
#include "util/u_memory.h" #include "util/u_memory.h"
#include "i965simple/brw_winsys.h" #include "i965simple/brw_winsys.h"

View File

@@ -48,7 +48,6 @@
#include "pipe/p_screen.h" #include "pipe/p_screen.h"
#include "pipe/p_context.h" #include "pipe/p_context.h"
#include "pipe/p_inlines.h"
#include "util/u_pack_color.h" #include "util/u_pack_color.h"

View File

@@ -37,7 +37,6 @@
#include "st_texture.h" #include "st_texture.h"
#include "st_cb_texture.h" #include "st_cb_texture.h"
#include "pipe/p_context.h" #include "pipe/p_context.h"
#include "pipe/p_inlines.h"
#include "cso_cache/cso_context.h" #include "cso_cache/cso_context.h"

View File

@@ -41,7 +41,6 @@
#include "pipe/p_context.h" #include "pipe/p_context.h"
#include "pipe/p_defines.h" #include "pipe/p_defines.h"
#include "pipe/p_inlines.h"
#include "pipe/p_screen.h" #include "pipe/p_screen.h"
#include "st_context.h" #include "st_context.h"
#include "st_cb_fbo.h" #include "st_cb_fbo.h"

View File

@@ -66,7 +66,6 @@
#include "st_gen_mipmap.h" #include "st_gen_mipmap.h"
#include "st_program.h" #include "st_program.h"
#include "pipe/p_context.h" #include "pipe/p_context.h"
#include "pipe/p_inlines.h"
#include "draw/draw_context.h" #include "draw/draw_context.h"
#include "cso_cache/cso_cache.h" #include "cso_cache/cso_cache.h"
#include "cso_cache/cso_context.h" #include "cso_cache/cso_context.h"

View File

@@ -38,7 +38,6 @@
#include "st_public.h" #include "st_public.h"
#include "pipe/p_defines.h" #include "pipe/p_defines.h"
#include "pipe/p_context.h" #include "pipe/p_context.h"
#include "pipe/p_inlines.h"
struct st_framebuffer * struct st_framebuffer *

View File

@@ -40,7 +40,6 @@
#include "pipe/p_context.h" #include "pipe/p_context.h"
#include "pipe/p_defines.h" #include "pipe/p_defines.h"
#include "pipe/p_inlines.h" #include "pipe/p_inlines.h"
#include "pipe/p_inlines.h"
#include "util/u_rect.h" #include "util/u_rect.h"