Module: Mesa Branch: master Commit: 88308ea1730df07beadd81cbce942a3aecb5d873 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=88308ea1730df07beadd81cbce942a3aecb5d873
Author: Vinson Lee <[email protected]> Date: Tue Jun 15 17:34:59 2010 -0700 draw: Remove unnecessary headers. --- src/gallium/auxiliary/draw/draw_pt_fetch.c | 1 - src/gallium/auxiliary/draw/draw_pt_post_vs.c | 1 - 2 files changed, 0 insertions(+), 2 deletions(-) diff --git a/src/gallium/auxiliary/draw/draw_pt_fetch.c b/src/gallium/auxiliary/draw/draw_pt_fetch.c index a134722..bf799db 100644 --- a/src/gallium/auxiliary/draw/draw_pt_fetch.c +++ b/src/gallium/auxiliary/draw/draw_pt_fetch.c @@ -29,7 +29,6 @@ #include "util/u_math.h" #include "draw/draw_context.h" #include "draw/draw_private.h" -#include "draw/draw_vbuf.h" #include "draw/draw_pt.h" #include "translate/translate.h" #include "translate/translate_cache.h" diff --git a/src/gallium/auxiliary/draw/draw_pt_post_vs.c b/src/gallium/auxiliary/draw/draw_pt_post_vs.c index 1000cc5..112be50 100644 --- a/src/gallium/auxiliary/draw/draw_pt_post_vs.c +++ b/src/gallium/auxiliary/draw/draw_pt_post_vs.c @@ -29,7 +29,6 @@ #include "pipe/p_context.h" #include "draw/draw_context.h" #include "draw/draw_private.h" -#include "draw/draw_vbuf.h" #include "draw/draw_pt.h" struct pt_post_vs { _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
