From: Vinson Lee Date: Wed, 13 Jan 2010 00:37:30 +0000 (-0800) Subject: vbo: Remove unnecessary header from vbo_exec_draw.c. X-Git-Tag: mesa-7.8~1360^2~189 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=37d326503dcd6c779e90c3f8f4626beba28dc449;p=platform%2Fupstream%2Fmesa.git vbo: Remove unnecessary header from vbo_exec_draw.c. --- diff --git a/src/mesa/vbo/vbo_exec_draw.c b/src/mesa/vbo/vbo_exec_draw.c index 4f43856..d7dbbce 100644 --- a/src/mesa/vbo/vbo_exec_draw.c +++ b/src/mesa/vbo/vbo_exec_draw.c @@ -30,7 +30,6 @@ #include "main/context.h" #include "main/enums.h" #include "main/state.h" -#include "main/macros.h" #include "vbo_context.h"