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_context.c | |
parent | e8b5203fbb7657980a4ba421e14d656b42d2a35f (diff) |
draw: Remove unnecessary headers.
Diffstat (limited to 'src/gallium/auxiliary/draw/draw_context.c')
-rw-r--r-- | src/gallium/auxiliary/draw/draw_context.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gallium/auxiliary/draw/draw_context.c b/src/gallium/auxiliary/draw/draw_context.c index a4f1fcddc1a..b814ecb87ab 100644 --- a/src/gallium/auxiliary/draw/draw_context.c +++ b/src/gallium/auxiliary/draw/draw_context.c @@ -34,10 +34,7 @@ #include "util/u_memory.h" #include "util/u_math.h" #include "draw_context.h" -#include "draw_vbuf.h" #include "draw_vs.h" -#include "draw_pt.h" -#include "draw_pipe.h" struct draw_context *draw_create( void ) |