diff options
author | Vinson Lee <[email protected]> | 2010-01-23 00:19:29 -0800 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-01-23 00:19:29 -0800 |
commit | ca54a5b92043ba9564aca5af47f8c57a53cc48bc (patch) | |
tree | 0a2212ae14397046b70d287dc4e16f7c1dbcd7db /src/mesa/drivers/dri/mga/mgatris.c | |
parent | 634ec5c2abf05a9a8c27d9199ded5d1ad91e538a (diff) |
mga: Remove unnecessary headers.
Diffstat (limited to 'src/mesa/drivers/dri/mga/mgatris.c')
-rw-r--r-- | src/mesa/drivers/dri/mga/mgatris.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/mga/mgatris.c b/src/mesa/drivers/dri/mga/mgatris.c index c1bcd4b8531..4c58c3bdb04 100644 --- a/src/mesa/drivers/dri/mga/mgatris.c +++ b/src/mesa/drivers/dri/mga/mgatris.c @@ -38,7 +38,6 @@ #include "mgaioctl.h" #include "mgatris.h" #include "mgavb.h" -#include "mgastate.h" static void mgaRenderPrimitive( GLcontext *ctx, GLenum prim ); |