summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/softpipe/sp_quad_depth_test.c
diff options
context:
space:
mode:
authorBrian <brianp@vmware.com>2009-02-11 21:33:59 -0700
committerBrian <brianp@vmware.com>2009-02-11 21:33:59 -0700
commit7925274da323d5a896b557181d4016e0391f026f (patch)
tree9d290f307cb583154bec96bbd1b7c3f9b6ab077c /src/gallium/drivers/softpipe/sp_quad_depth_test.c
parentb865f84c8d94959bd91ec1ab49dd919ea8cc8b8d (diff)
softpipe: rename sp_headers.h to sp_quad.h
This header describes the quad-related datatypes afterall.
Diffstat (limited to 'src/gallium/drivers/softpipe/sp_quad_depth_test.c')
-rw-r--r--src/gallium/drivers/softpipe/sp_quad_depth_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/softpipe/sp_quad_depth_test.c b/src/gallium/drivers/softpipe/sp_quad_depth_test.c
index df444998e68..d463930bae1 100644
--- a/src/gallium/drivers/softpipe/sp_quad_depth_test.c
+++ b/src/gallium/drivers/softpipe/sp_quad_depth_test.c
@@ -32,7 +32,7 @@
#include "pipe/p_defines.h"
#include "util/u_memory.h"
#include "sp_context.h"
-#include "sp_headers.h"
+#include "sp_quad.h"
#include "sp_surface.h"
#include "sp_quad_pipe.h"
#include "sp_tile_cache.h"