s/SP_TILE_H/SP_QUAD_H/

This commit is contained in:
Brian
2007-07-27 09:06:15 -06:00
parent e1a19781dd
commit df23ebbb9f
+3 -3
View File
@@ -28,8 +28,8 @@
/* Authors: Keith Whitwell <keith@tungstengraphics.com>
*/
#ifndef SP_TILE_H
#define SP_TILE_H
#ifndef SP_QUAD_H
#define SP_QUAD_H
struct softpipe_context;
@@ -62,4 +62,4 @@ void sp_build_quad_pipeline(struct softpipe_context *sp);
void sp_depth_test_quad(struct quad_stage *qs, struct quad_header *quad);
#endif /* SP_TILE_H */
#endif /* SP_QUAD_H */