Mesa (master): mesa: Clean up header file inclusion in accum.h.

Vinson Lee vlee at kemper.freedesktop.org
Sun Nov 7 03:28:09 UTC 2010


Module: Mesa
Branch: master
Commit: 7a33b1c0a917a71441056e113047d5aec938a115
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=7a33b1c0a917a71441056e113047d5aec938a115

Author: Vinson Lee <vlee at vmware.com>
Date:   Sat Nov  6 20:27:45 2010 -0700

mesa: Clean up header file inclusion in accum.h.

---

 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 def692a..9344244 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
 




More information about the mesa-commit mailing list