mga: Remove unnecessary headers.
authorVinson Lee <vlee@vmware.com>
Sat, 23 Jan 2010 08:19:29 +0000 (00:19 -0800)
committerVinson Lee <vlee@vmware.com>
Sat, 23 Jan 2010 08:19:29 +0000 (00:19 -0800)
src/mesa/drivers/dri/mga/mga_xmesa.c
src/mesa/drivers/dri/mga/mgadd.c
src/mesa/drivers/dri/mga/mgaioctl.c
src/mesa/drivers/dri/mga/mgarender.c
src/mesa/drivers/dri/mga/mgatex.c
src/mesa/drivers/dri/mga/mgatris.c
src/mesa/drivers/dri/mga/mgavb.c

index 2c7f50c498e2f8b331242649ed0504ae37de5d1d..d0902e565b7f0f33f3f1c9c45d10867550c782a1 100644 (file)
@@ -35,7 +35,6 @@
 #include "mga_drm.h"
 #include "mga_xmesa.h"
 #include "main/context.h"
-#include "main/matrix.h"
 #include "main/simple_list.h"
 #include "main/imports.h"
 #include "main/framebuffer.h"
@@ -64,7 +63,6 @@
 #include "utils.h"
 #include "vblank.h"
 
-#include "main/extensions.h"
 #include "drirenderbuffer.h"
 
 #include "GL/internal/dri_interface.h"
index 3b1ea22b60920e4adb7ee6c91a463e1eae484664..2f23c0e51422cad8cb4691f901e780809d72a7d3 100644 (file)
 
 #include "mgacontext.h"
 #include "mgadd.h"
-#include "mgastate.h"
-#include "mgaspan.h"
-#include "mgatex.h"
-#include "mgatris.h"
-#include "mgavb.h"
 #include "mga_xmesa.h"
 #include "utils.h"
 
index 4438bad920972a526ea3a7e3c677220561fb3453..3eaa7ecf6bd7720aec821cb7bb0c6a7d4cbac564 100644 (file)
 #include "mgacontext.h"
 #include "mgadd.h"
 #include "mgastate.h"
-#include "mgatex.h"
-#include "mgavb.h"
 #include "mgaioctl.h"
-#include "mgatris.h"
 
 #include "vblank.h"
 
index 517c3b8f82c10de29b753028ef8322742f71cda0..8b8fc485d31f46db552b2b5b687991ddfab958de 100644 (file)
@@ -48,7 +48,6 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
 
 #include "mgacontext.h"
 #include "mgatris.h"
-#include "mgastate.h"
 #include "mgaioctl.h"
 #include "mgavb.h"
 
index 9163371b3325cbc3ae297c5f84abe41d6098a059..45f2ccbd9fccb6f6d8176b055fae349ea58c4a6f 100644 (file)
 #include "mgacontext.h"
 #include "mgatex.h"
 #include "mgaregs.h"
-#include "mgatris.h"
 #include "mgaioctl.h"
 
-#include "swrast/swrast.h"
-
 #include "xmlpool.h"
 
 /**
index c1bcd4b853147ebc715921ed0a484eb69def25d5..4c58c3bdb04c71c2fdf27d025c8e7365c80d96b6 100644 (file)
@@ -38,7 +38,6 @@
 #include "mgaioctl.h"
 #include "mgatris.h"
 #include "mgavb.h"
-#include "mgastate.h"
 
 
 static void mgaRenderPrimitive( GLcontext *ctx, GLenum prim );
index 1c635b23a65d9967ff1a2ec4a1f08c8291b7b5da..def5109863c374bafe4533c69fbf74124ffdc3c5 100644 (file)
@@ -39,7 +39,6 @@
 #include "main/colormac.h"
 
 #include "tnl/t_context.h"
-#include "swrast_setup/swrast_setup.h"
 #include "swrast/swrast.h"