summaryrefslogtreecommitdiff
path: root/src/mesa/main/accum.h
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-11-06 20:27:45 -0700
committerVinson Lee <vlee@vmware.com>2010-11-06 20:27:45 -0700
commit7a33b1c0a917a71441056e113047d5aec938a115 (patch)
tree8a4c0d9d1eaf17776f9b704d49900eae12e409fa /src/mesa/main/accum.h
parentd348b0c72d41603178c0923e276869c7280904c7 (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.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mesa/main/accum.h b/src/mesa/main/accum.h
index def692a73a..9344244497 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