diff options
author | Vinson Lee <[email protected]> | 2010-05-04 23:04:13 -0700 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-05-04 23:04:13 -0700 |
commit | e768d11ca0f118f06b96e4779a917ded26eeaef2 (patch) | |
tree | d194b40766e52d93e1fe352d887080776fcbf8c4 /src/gallium | |
parent | 57f0a25c2749913a4c4a66b7c6da4c8f28a65554 (diff) |
draw: Remove unnecessary header.
Diffstat (limited to 'src/gallium')
-rw-r--r-- | src/gallium/auxiliary/draw/draw_pt_fetch_shade_pipeline_llvm.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/draw/draw_pt_fetch_shade_pipeline_llvm.c b/src/gallium/auxiliary/draw/draw_pt_fetch_shade_pipeline_llvm.c index 6d00b0fbd44..d56889b5f65 100644 --- a/src/gallium/auxiliary/draw/draw_pt_fetch_shade_pipeline_llvm.c +++ b/src/gallium/auxiliary/draw/draw_pt_fetch_shade_pipeline_llvm.c @@ -32,7 +32,6 @@ #include "draw/draw_vertex.h" #include "draw/draw_pt.h" #include "draw/draw_vs.h" -#include "draw/draw_gs.h" #include "draw/draw_llvm.h" |