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

Vinson Lee vlee at kemper.freedesktop.org
Sat Dec 4 09:30:11 UTC 2010


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

Author: Vinson Lee <vlee at vmware.com>
Date:   Sat Dec  4 01:29:50 2010 -0800

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

---

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

diff --git a/src/mesa/main/texobj.h b/src/mesa/main/texobj.h
index 821b35c..9e3bf50 100644
--- a/src/mesa/main/texobj.h
+++ b/src/mesa/main/texobj.h
@@ -32,8 +32,9 @@
 #define TEXTOBJ_H
 
 
-#include "mtypes.h"
+#include "glheader.h"
 
+struct gl_context;
 
 /**
  * \name Internal functions




More information about the mesa-commit mailing list