diff options
author | Michel Dänzer <[email protected]> | 2009-03-04 11:58:52 +0100 |
---|---|---|
committer | Michel Dänzer <[email protected]> | 2009-03-04 11:58:52 +0100 |
commit | 45bde75bd67e7e920f0113842d1fa58613ccc3ec (patch) | |
tree | f94e7281ad69cfc4b3da79e9cd64370420aec918 /src/mesa/state_tracker/st_context.c | |
parent | 5e27cd46c04a9e7b5904cc014bffd0f4daae31fe (diff) |
gallium: Remove some superfluous instances of #include "p_inlines.h".
Diffstat (limited to 'src/mesa/state_tracker/st_context.c')
-rw-r--r-- | src/mesa/state_tracker/st_context.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/state_tracker/st_context.c b/src/mesa/state_tracker/st_context.c index f31be690237..9a17038eaf1 100644 --- a/src/mesa/state_tracker/st_context.c +++ b/src/mesa/state_tracker/st_context.c @@ -66,7 +66,6 @@ #include "st_gen_mipmap.h" #include "st_program.h" #include "pipe/p_context.h" -#include "pipe/p_inlines.h" #include "draw/draw_context.h" #include "cso_cache/cso_cache.h" #include "cso_cache/cso_context.h" |