From: Vinson Lee Date: Sun, 17 Jan 2010 09:49:16 +0000 (-0800) Subject: mesa: Remove unnecessary headers from vtxfmt.c. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ae943f8e202fc3791bd56ac863e5493cd17bb44c;p=mesa.git mesa: Remove unnecessary headers from vtxfmt.c. --- diff --git a/src/mesa/main/vtxfmt.c b/src/mesa/main/vtxfmt.c index c9eea8ab830..0dd3e5e52ee 100644 --- a/src/mesa/main/vtxfmt.c +++ b/src/mesa/main/vtxfmt.c @@ -28,11 +28,9 @@ #include "glheader.h" #include "api_arrayelt.h" -#include "api_loopback.h" #include "context.h" #include "imports.h" #include "mtypes.h" -#include "state.h" #include "vtxfmt.h" #include "eval.h" #include "dlist.h"