Mesa (master): st/mesa: Clean up header file inclusion in st_gen_mipmap.h.

Vinson Lee vlee at kemper.freedesktop.org
Sat Dec 25 02:06:53 UTC 2010


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

Author: Vinson Lee <vlee at vmware.com>
Date:   Fri Dec 24 18:06:20 2010 -0800

st/mesa: Clean up header file inclusion in st_gen_mipmap.h.

---

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

diff --git a/src/mesa/state_tracker/st_gen_mipmap.h b/src/mesa/state_tracker/st_gen_mipmap.h
index 3ba091d..815c6a5 100644
--- a/src/mesa/state_tracker/st_gen_mipmap.h
+++ b/src/mesa/state_tracker/st_gen_mipmap.h
@@ -30,8 +30,10 @@
 #define ST_GEN_MIPMAP_H
 
 
-#include "main/mtypes.h"
+#include "main/glheader.h"
 
+struct gl_context;
+struct gl_texture_object;
 struct st_context;
 
 extern void




More information about the mesa-commit mailing list