diff options
author | Vinson Lee <[email protected]> | 2010-01-13 23:01:03 -0800 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-01-13 23:01:03 -0800 |
commit | 6b39e8aeb033085c2685f541eca721a6c5639c91 (patch) | |
tree | 35595db6a570fe5fa390ed177aa9a9ce48645d1d /src/mesa/swrast | |
parent | 78411881d344b4e2d7243b6f9bebc2d692e3d943 (diff) |
swrast: Remove unnecessary header from s_accum.c.
Diffstat (limited to 'src/mesa/swrast')
-rw-r--r-- | src/mesa/swrast/s_accum.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/swrast/s_accum.c b/src/mesa/swrast/s_accum.c index c6c7dbf5cf0..6accdc53afc 100644 --- a/src/mesa/swrast/s_accum.c +++ b/src/mesa/swrast/s_accum.c @@ -27,7 +27,6 @@ #include "main/context.h" #include "main/macros.h" #include "main/imports.h" -#include "main/fbobject.h" #include "s_accum.h" #include "s_context.h" |