diff options
author | Brian <brian.paul@tungstengraphics.com> | 2007-06-20 16:15:09 -0600 |
---|---|---|
committer | Brian <brian.paul@tungstengraphics.com> | 2007-06-20 16:15:09 -0600 |
commit | 2fd7b30bfef0ca29a02f22eb98ce3d3b34bedb27 (patch) | |
tree | 70507a7870f4da149522860c0970f11d99d5992e /src/mesa/pipe/softpipe/sp_context.h | |
parent | 47e970b2cc0f375a7432a6c28f6d9218db9807ce (diff) |
update includes (s/tile/quad/)
Diffstat (limited to 'src/mesa/pipe/softpipe/sp_context.h')
-rw-r--r-- | src/mesa/pipe/softpipe/sp_context.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/pipe/softpipe/sp_context.h b/src/mesa/pipe/softpipe/sp_context.h index 4e6168fe33..81f6ae3292 100644 --- a/src/mesa/pipe/softpipe/sp_context.h +++ b/src/mesa/pipe/softpipe/sp_context.h @@ -36,7 +36,7 @@ #include "pipe/p_state.h" #include "pipe/p_context.h" -#include "sp_tile.h" +#include "sp_quad.h" struct softpipe_surface; |