From: Vinson Lee Date: Tue, 12 Jan 2010 08:50:05 +0000 (-0800) Subject: vbo: Remove unnecessary headers from vbo_save.c. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=aee9a6f4e1bc4893f09c1f2b8d723c179c47b34a;p=mesa.git vbo: Remove unnecessary headers from vbo_save.c. --- diff --git a/src/mesa/vbo/vbo_save.c b/src/mesa/vbo/vbo_save.c index 9757c3d9f61..10f705cf844 100644 --- a/src/mesa/vbo/vbo_save.c +++ b/src/mesa/vbo/vbo_save.c @@ -28,8 +28,6 @@ #include "main/mtypes.h" #include "main/bufferobj.h" -#include "main/dlist.h" -#include "main/vtxfmt.h" #include "main/imports.h" #include "vbo_context.h"