summaryrefslogtreecommitdiff
path: root/src/mesa/pipe
diff options
context:
space:
mode:
authorBrian <brian.paul@tungstengraphics.com>2007-10-31 15:16:22 -0600
committerBrian <brian.paul@tungstengraphics.com>2007-10-31 15:16:22 -0600
commit30fb4c43b02f4105944453e48d7a0f878746595d (patch)
treefad6324624fdda85a1535b9ba7dc6cadf0ed41ef /src/mesa/pipe
parente5ff772523e73dcc8b79270d680a8de1a7bad7bc (diff)
clean-up includes
Diffstat (limited to 'src/mesa/pipe')
-rw-r--r--src/mesa/pipe/xlib/xm_buffer.c8
-rw-r--r--src/mesa/pipe/xlib/xm_dd.c19
-rw-r--r--src/mesa/pipe/xlib/xm_span.c5
-rw-r--r--src/mesa/pipe/xlib/xm_surface.c10
4 files changed, 10 insertions, 32 deletions
diff --git a/src/mesa/pipe/xlib/xm_buffer.c b/src/mesa/pipe/xlib/xm_buffer.c
index b25ceeffdd..56b797a6a9 100644
--- a/src/mesa/pipe/xlib/xm_buffer.c
+++ b/src/mesa/pipe/xlib/xm_buffer.c
@@ -29,12 +29,12 @@
*/
-#include "glxheader.h"
#include "GL/xmesa.h"
+#include "glxheader.h"
#include "xmesaP.h"
-#include "imports.h"
-#include "framebuffer.h"
-#include "renderbuffer.h"
+#include "main/imports.h"
+#include "main/framebuffer.h"
+#include "main/renderbuffer.h"
#include "pipe/p_state.h"
#include "pipe/p_defines.h"
#include "pipe/p_winsys.h"
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"
diff --git a/src/mesa/pipe/xlib/xm_span.c b/src/mesa/pipe/xlib/xm_span.c
index e404ff49eb..032f08a28e 100644
--- a/src/mesa/pipe/xlib/xm_span.c
+++ b/src/mesa/pipe/xlib/xm_span.c
@@ -24,14 +24,9 @@
#include "glxheader.h"
#include "colormac.h"
-#include "context.h"
-#include "depth.h"
-#include "drawpix.h"
-#include "extensions.h"
#include "macros.h"
#include "imports.h"
#include "mtypes.h"
-#include "state.h"
#include "xmesaP.h"
diff --git a/src/mesa/pipe/xlib/xm_surface.c b/src/mesa/pipe/xlib/xm_surface.c
index 4e3368b6b9..e7254d0d5a 100644
--- a/src/mesa/pipe/xlib/xm_surface.c
+++ b/src/mesa/pipe/xlib/xm_surface.c
@@ -33,14 +33,12 @@
*/
-#include "glxheader.h"
#include "GL/xmesa.h"
+#include "glxheader.h"
#include "xmesaP.h"
-#include "context.h"
-#include "imports.h"
-#include "macros.h"
-#include "framebuffer.h"
-#include "renderbuffer.h"
+#include "main/context.h"
+#include "main/imports.h"
+#include "main/macros.h"
#include "pipe/p_context.h"
#include "pipe/p_defines.h"