diff options
author | Vinson Lee <[email protected]> | 2010-01-27 15:06:13 -0800 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-01-27 15:06:13 -0800 |
commit | 83d2b4d4a65958172cf3e30b314d4bffdebefd0b (patch) | |
tree | 9d593ff8237f34648b203ed9c065157f85507438 /src/gallium/auxiliary/draw/draw_context.c | |
parent | 01ed5c6ef5395038add9eae2735fa32e40d39895 (diff) |
gallium/draw: Remove unnecessary headers.
Diffstat (limited to 'src/gallium/auxiliary/draw/draw_context.c')
-rw-r--r-- | src/gallium/auxiliary/draw/draw_context.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/auxiliary/draw/draw_context.c b/src/gallium/auxiliary/draw/draw_context.c index fb1bc05af4a..16390438323 100644 --- a/src/gallium/auxiliary/draw/draw_context.c +++ b/src/gallium/auxiliary/draw/draw_context.c @@ -36,8 +36,6 @@ #include "draw_context.h" #include "draw_vs.h" #include "draw_gs.h" -#include "draw_pt.h" -#include "draw_pipe.h" struct draw_context *draw_create( void ) |