diff options
author | Brian <brian.paul@tungstengraphics.com> | 2007-12-12 16:04:52 -0700 |
---|---|---|
committer | Brian <brian.paul@tungstengraphics.com> | 2007-12-12 16:04:52 -0700 |
commit | 034476fc78b626915e0c597b08df437ea59e22c8 (patch) | |
tree | 7663c745a8806bd34c3f60843251179a164ce23c /src/mesa | |
parent | a4ca2591f67a5d088fb7acc56d3d6d98aede753a (diff) |
remove #include
Diffstat (limited to 'src/mesa')
-rw-r--r-- | src/mesa/pipe/softpipe/sp_rgba_tile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/pipe/softpipe/sp_rgba_tile.c b/src/mesa/pipe/softpipe/sp_rgba_tile.c index 71332746fb..9d8d6a79e0 100644 --- a/src/mesa/pipe/softpipe/sp_rgba_tile.c +++ b/src/mesa/pipe/softpipe/sp_rgba_tile.c @@ -36,7 +36,7 @@ #include "pipe/p_defines.h" #include "pipe/p_util.h" #include "pipe/p_inlines.h" -#include "sp_surface.h" + #include "sp_rgba_tile.h" |