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

Vinson Lee vlee at kemper.freedesktop.org
Thu Dec 30 08:47:12 UTC 2010


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

Author: Vinson Lee <vlee at vmware.com>
Date:   Thu Dec 30 00:46:13 2010 -0800

tnl: Clean up header file inclusion in tnl.h.

---

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

diff --git a/src/mesa/tnl/tnl.h b/src/mesa/tnl/tnl.h
index 702efdc..24a0c72 100644
--- a/src/mesa/tnl/tnl.h
+++ b/src/mesa/tnl/tnl.h
@@ -28,8 +28,11 @@
 #ifndef _TNL_H
 #define _TNL_H
 
-#include "main/mtypes.h"
+#include "main/glheader.h"
 
+struct gl_client_array;
+struct gl_context;
+struct gl_program;
 
 
 /* These are the public-access functions exported from tnl.  (A few




More information about the mesa-commit mailing list