diff options
author | Vinson Lee <[email protected]> | 2010-01-21 22:57:12 -0800 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-01-21 22:57:12 -0800 |
commit | dc544ad9c6e6e24fd2f19dfe83aa294d218f7310 (patch) | |
tree | 94c4ca5bf967d28c3feb6a36f6f201c8eeb2c48a /src/gallium/auxiliary/draw/draw_pt_fetch.c | |
parent | e8b5203fbb7657980a4ba421e14d656b42d2a35f (diff) |
draw: Remove unnecessary headers.
Diffstat (limited to 'src/gallium/auxiliary/draw/draw_pt_fetch.c')
-rw-r--r-- | src/gallium/auxiliary/draw/draw_pt_fetch.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/draw/draw_pt_fetch.c b/src/gallium/auxiliary/draw/draw_pt_fetch.c index 65c3a34c347..2bd88a23fdf 100644 --- a/src/gallium/auxiliary/draw/draw_pt_fetch.c +++ b/src/gallium/auxiliary/draw/draw_pt_fetch.c @@ -30,7 +30,6 @@ #include "draw/draw_context.h" #include "draw/draw_private.h" #include "draw/draw_vbuf.h" -#include "draw/draw_vertex.h" #include "draw/draw_pt.h" #include "translate/translate.h" #include "translate/translate_cache.h" |