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

Vinson Lee vlee at kemper.freedesktop.org
Sun Nov 7 03:57:17 UTC 2010


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

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

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

---

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

diff --git a/src/mesa/main/api_validate.h b/src/mesa/main/api_validate.h
index b232a90..16b9c2b 100644
--- a/src/mesa/main/api_validate.h
+++ b/src/mesa/main/api_validate.h
@@ -28,7 +28,10 @@
 #define API_VALIDATE_H
 
 
-#include "mtypes.h"
+#include "glheader.h"
+
+struct gl_buffer_object;
+struct gl_context;
 
 
 extern GLuint




More information about the mesa-commit mailing list