summaryrefslogtreecommitdiff
path: root/src/mesa/main/vtxfmt.c
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-01-17 01:49:16 -0800
committerVinson Lee <vlee@vmware.com>2010-01-17 01:49:16 -0800
commitae943f8e202fc3791bd56ac863e5493cd17bb44c (patch)
tree5c1e4c1eb5278fe0f2e5407ea4574c484a559feb /src/mesa/main/vtxfmt.c
parent97e44cde17ce508fd3708d391f7701e1919352fb (diff)
mesa: Remove unnecessary headers from vtxfmt.c.
Diffstat (limited to 'src/mesa/main/vtxfmt.c')
-rw-r--r--src/mesa/main/vtxfmt.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/main/vtxfmt.c b/src/mesa/main/vtxfmt.c
index c9eea8ab83..0dd3e5e52e 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"