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

Vinson Lee vlee at kemper.freedesktop.org
Sun Nov 21 06:17:53 UTC 2010


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

Author: Vinson Lee <vlee at vmware.com>
Date:   Sat Nov 20 22:17:28 2010 -0800

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

---

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

diff --git a/src/mesa/main/shaderapi.h b/src/mesa/main/shaderapi.h
index df78351..e4b4776 100644
--- a/src/mesa/main/shaderapi.h
+++ b/src/mesa/main/shaderapi.h
@@ -28,8 +28,10 @@
 
 
 #include "glheader.h"
-#include "mtypes.h"
 
+struct _glapi_table;
+struct gl_context;
+struct gl_shader_program;
 
 extern GLint
 _mesa_sizeof_glsl_type(GLenum type);




More information about the mesa-commit mailing list