diff options
author | Vinson Lee <[email protected]> | 2010-12-24 19:25:30 -0800 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-12-24 19:25:30 -0800 |
commit | ebe95d37967c32a951f13e552badecc84b295d9b (patch) | |
tree | e2455c3d02b4695677661334c1e29ec8a26767f4 /src | |
parent | 775e373dd9e7c1fd5ac94799371d2a4e9bd86133 (diff) |
swrast: Clean up header file inclusion in s_accum.h.
Diffstat (limited to 'src')
-rw-r--r-- | src/mesa/swrast/s_accum.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesa/swrast/s_accum.h b/src/mesa/swrast/s_accum.h index 071644b64fa..1ad7d329529 100644 --- a/src/mesa/swrast/s_accum.h +++ b/src/mesa/swrast/s_accum.h @@ -27,7 +27,8 @@ #define S_ACCUM_H -#include "main/mtypes.h" +struct gl_context; +struct gl_renderbuffer; extern void |