From 30fb4c43b02f4105944453e48d7a0f878746595d Mon Sep 17 00:00:00 2001 From: Brian Date: Wed, 31 Oct 2007 15:16:22 -0600 Subject: clean-up includes --- src/mesa/pipe/xlib/xm_dd.c | 19 ++----------------- 1 file changed, 2 insertions(+), 17 deletions(-) (limited to 'src/mesa/pipe/xlib/xm_dd.c') diff --git a/src/mesa/pipe/xlib/xm_dd.c b/src/mesa/pipe/xlib/xm_dd.c index 87d1e404ae..46bd3c85d2 100644 --- a/src/mesa/pipe/xlib/xm_dd.c +++ b/src/mesa/pipe/xlib/xm_dd.c @@ -29,24 +29,9 @@ */ #include "glxheader.h" -#include "bufferobj.h" -#include "buffers.h" -#include "context.h" -#include "colormac.h" -#include "depth.h" -#include "drawpix.h" -#include "extensions.h" -#include "framebuffer.h" -#include "macros.h" -#include "image.h" -#include "imports.h" -#include "mtypes.h" -#include "state.h" -#include "texobj.h" -#include "teximage.h" -#include "texstore.h" -#include "texformat.h" #include "xmesaP.h" +#include "main/imports.h" +#include "main/mtypes.h" #include "pipe/softpipe/sp_context.h" #include "state_tracker/st_public.h" -- cgit v1.2.3