summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/softpipe
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2007-08-15 15:12:03 +0100
committerKeith Whitwell <keith@tungstengraphics.com>2007-08-15 23:48:48 +0100
commitb0b871429daabfb6a8788444283021fab79e2d0f (patch)
treeae669711279e13baab47ceb5a49157ae641ac3f6 /src/mesa/pipe/softpipe
parent5390a43ce06b27f6d54bc5f237aa305b6948f2af (diff)
Remove mesa include directories, be stricter about include paths.
Diffstat (limited to 'src/mesa/pipe/softpipe')
-rw-r--r--src/mesa/pipe/softpipe/sp_clear.c1
-rw-r--r--src/mesa/pipe/softpipe/sp_context.h2
-rw-r--r--src/mesa/pipe/softpipe/sp_prim_setup.c3
3 files changed, 0 insertions, 6 deletions
diff --git a/src/mesa/pipe/softpipe/sp_clear.c b/src/mesa/pipe/softpipe/sp_clear.c
index 2774413720..6e5e510637 100644
--- a/src/mesa/pipe/softpipe/sp_clear.c
+++ b/src/mesa/pipe/softpipe/sp_clear.c
@@ -35,7 +35,6 @@
#include "sp_context.h"
#include "sp_surface.h"
#include "sp_state.h"
-//#include "colormac.h"
/**
diff --git a/src/mesa/pipe/softpipe/sp_context.h b/src/mesa/pipe/softpipe/sp_context.h
index 8b0e970ea2..f45cb6fe2c 100644
--- a/src/mesa/pipe/softpipe/sp_context.h
+++ b/src/mesa/pipe/softpipe/sp_context.h
@@ -31,8 +31,6 @@
#ifndef SP_CONTEXT_H
#define SP_CONTEXT_H
-//#include "glheader.h"
-
#include "pipe/p_state.h"
#include "pipe/p_context.h"
diff --git a/src/mesa/pipe/softpipe/sp_prim_setup.c b/src/mesa/pipe/softpipe/sp_prim_setup.c
index 71ef798cbb..9b91628aaf 100644
--- a/src/mesa/pipe/softpipe/sp_prim_setup.c
+++ b/src/mesa/pipe/softpipe/sp_prim_setup.c
@@ -33,9 +33,6 @@
*/
-//#include "imports.h"
-//#include "macros.h"
-
#include "sp_context.h"
#include "sp_headers.h"
#include "sp_quad.h"