diff options
author | Vinson Lee <[email protected]> | 2010-11-06 20:27:45 -0700 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-11-06 20:27:45 -0700 |
commit | 7a33b1c0a917a71441056e113047d5aec938a115 (patch) | |
tree | 8a4c0d9d1eaf17776f9b704d49900eae12e409fa /src/mesa/main/accum.h | |
parent | d348b0c72d41603178c0923e276869c7280904c7 (diff) |
mesa: Clean up header file inclusion in accum.h.
Diffstat (limited to 'src/mesa/main/accum.h')
-rw-r--r-- | src/mesa/main/accum.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mesa/main/accum.h b/src/mesa/main/accum.h index def692a73a5..93442444979 100644 --- a/src/mesa/main/accum.h +++ b/src/mesa/main/accum.h @@ -37,8 +37,11 @@ #ifndef ACCUM_H #define ACCUM_H +#include "main/glheader.h" +#include "main/mfeatures.h" -#include "main/mtypes.h" +struct _glapi_table; +struct gl_context; #if FEATURE_accum |