diff options
author | Brian <brian.paul@tungstengraphics.com> | 2007-07-10 16:37:03 -0600 |
---|---|---|
committer | Brian <brian.paul@tungstengraphics.com> | 2007-07-10 16:37:03 -0600 |
commit | 227c95737bcf373f934bb96aa0777c45c8575074 (patch) | |
tree | 7acd7175595c3b651fc654c3d101e76c5b8944e0 /src/mesa/pipe/softpipe | |
parent | d015d2e0f45ad8e79ccb256b612597ef8ed51d4a (diff) |
clean-ups
Diffstat (limited to 'src/mesa/pipe/softpipe')
-rw-r--r-- | src/mesa/pipe/softpipe/sp_quad_depth_test.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mesa/pipe/softpipe/sp_quad_depth_test.c b/src/mesa/pipe/softpipe/sp_quad_depth_test.c index 268a1f947e..f7dc5c877b 100644 --- a/src/mesa/pipe/softpipe/sp_quad_depth_test.c +++ b/src/mesa/pipe/softpipe/sp_quad_depth_test.c @@ -23,16 +23,16 @@ */ /** - * quad blending + * \brief Quad depth testing */ -#include "glheader.h" -#include "imports.h" +#include "main/glheader.h" +#include "main/imports.h" +#include "pipe/p_defines.h" #include "sp_context.h" #include "sp_headers.h" #include "sp_surface.h" #include "sp_quad.h" -#include "pipe/p_defines.h" static void |