diff options
author | Vinson Lee <[email protected]> | 2010-07-31 00:55:13 -0700 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-07-31 00:55:13 -0700 |
commit | 3cc471e429675e82fcc37c6efa2c5e880d811b84 (patch) | |
tree | 17c9be76f4d68bb6837367dbc79474375773f4c7 /src/mesa/tnl/t_vb_texmat.c | |
parent | ca0b0899d8cc20f3e918839e044c55f9a19e9ffe (diff) |
tnl: Remove unnecessary headers.
Diffstat (limited to 'src/mesa/tnl/t_vb_texmat.c')
-rw-r--r-- | src/mesa/tnl/t_vb_texmat.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/tnl/t_vb_texmat.c b/src/mesa/tnl/t_vb_texmat.c index 83688290e59..985d137e5cc 100644 --- a/src/mesa/tnl/t_vb_texmat.c +++ b/src/mesa/tnl/t_vb_texmat.c @@ -28,7 +28,6 @@ #include "main/glheader.h" #include "main/colormac.h" -#include "main/context.h" #include "main/macros.h" #include "main/imports.h" #include "main/mtypes.h" |