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

Vinson Lee vlee at kemper.freedesktop.org
Sun Nov 7 22:29:41 UTC 2010


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

Author: Vinson Lee <vlee at vmware.com>
Date:   Sun Nov  7 14:29:21 2010 -0800

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

---

 src/mesa/main/arrayobj.h |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/src/mesa/main/arrayobj.h b/src/mesa/main/arrayobj.h
index 26e3af1..0b5a013 100644
--- a/src/mesa/main/arrayobj.h
+++ b/src/mesa/main/arrayobj.h
@@ -28,7 +28,9 @@
 #ifndef ARRAYOBJ_H
 #define ARRAYOBJ_H
 
-#include "mtypes.h"
+#include "glheader.h"
+
+struct gl_context;
 
 /**
  * \file arrayobj.h




More information about the mesa-commit mailing list