summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/softpipe/sp_quad_depth_test.c
diff options
context:
space:
mode:
authorBrian <brian.paul@tungstengraphics.com>2007-06-20 16:15:09 -0600
committerBrian <brian.paul@tungstengraphics.com>2007-06-20 16:15:09 -0600
commit2fd7b30bfef0ca29a02f22eb98ce3d3b34bedb27 (patch)
tree70507a7870f4da149522860c0970f11d99d5992e /src/mesa/pipe/softpipe/sp_quad_depth_test.c
parent47e970b2cc0f375a7432a6c28f6d9218db9807ce (diff)
update includes (s/tile/quad/)
Diffstat (limited to 'src/mesa/pipe/softpipe/sp_quad_depth_test.c')
-rw-r--r--src/mesa/pipe/softpipe/sp_quad_depth_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/pipe/softpipe/sp_quad_depth_test.c b/src/mesa/pipe/softpipe/sp_quad_depth_test.c
index 5bc2648531..756141db17 100644
--- a/src/mesa/pipe/softpipe/sp_quad_depth_test.c
+++ b/src/mesa/pipe/softpipe/sp_quad_depth_test.c
@@ -31,7 +31,7 @@
#include "sp_context.h"
#include "sp_headers.h"
#include "sp_surface.h"
-#include "sp_tile.h"
+#include "sp_quad.h"