From: Vinson Lee Date: Wed, 13 Jan 2010 00:55:36 +0000 (-0800) Subject: vbo: Remove unnecessary header from vbo_exec_array.c. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=94d238e7571413cb0be8a4fe6e231b739644d588;p=mesa.git vbo: Remove unnecessary header from vbo_exec_array.c. --- diff --git a/src/mesa/vbo/vbo_exec_array.c b/src/mesa/vbo/vbo_exec_array.c index 6de8f059b79..2c82f7c9c5c 100644 --- a/src/mesa/vbo/vbo_exec_array.c +++ b/src/mesa/vbo/vbo_exec_array.c @@ -35,7 +35,6 @@ #include "main/bufferobj.h" #include "main/enums.h" #include "main/macros.h" -#include "glapi/dispatch.h" #include "vbo_context.h"