diff options
author | Vinson Lee <[email protected]> | 2010-01-17 01:49:16 -0800 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-01-17 01:49:16 -0800 |
commit | ae943f8e202fc3791bd56ac863e5493cd17bb44c (patch) | |
tree | 5c1e4c1eb5278fe0f2e5407ea4574c484a559feb /src/mesa/main/vtxfmt.c | |
parent | 97e44cde17ce508fd3708d391f7701e1919352fb (diff) |
mesa: Remove unnecessary headers from vtxfmt.c.
Diffstat (limited to 'src/mesa/main/vtxfmt.c')
-rw-r--r-- | src/mesa/main/vtxfmt.c | 2 |
1 files changed, 0 insertions, 2 deletions
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" |