From: Vinson Lee Date: Wed, 13 Jan 2010 01:07:24 +0000 (-0800) Subject: vbo: Remove unnecessary headers from vbo_exec.c. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c63150100301ef524223df430271760b606784c3;p=mesa.git vbo: Remove unnecessary headers from vbo_exec.c. --- diff --git a/src/mesa/vbo/vbo_exec.c b/src/mesa/vbo/vbo_exec.c index e168a89ea5e..a057befed0a 100644 --- a/src/mesa/vbo/vbo_exec.c +++ b/src/mesa/vbo/vbo_exec.c @@ -28,9 +28,6 @@ #include "main/api_arrayelt.h" #include "main/glheader.h" -#include "main/imports.h" -#include "main/context.h" -#include "main/macros.h" #include "main/mtypes.h" #include "main/vtxfmt.h"