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

Vinson Lee vlee at kemper.freedesktop.org
Sat Dec 4 09:00:56 UTC 2010


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

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

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

---

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

diff --git a/src/mesa/main/texcompress_s3tc.h b/src/mesa/main/texcompress_s3tc.h
index d0a5b18..74a0343 100644
--- a/src/mesa/main/texcompress_s3tc.h
+++ b/src/mesa/main/texcompress_s3tc.h
@@ -25,9 +25,13 @@
 #ifndef TEXCOMPRESS_S3TC_H
 #define TEXCOMPRESS_S3TC_H
 
-#include "main/mtypes.h"
+#include "compiler.h"
+#include "glheader.h"
+#include "mfeatures.h"
 #include "texstore.h"
 
+struct gl_context;
+struct gl_texture_image;
 
 #if FEATURE_texture_s3tc
 




More information about the mesa-commit mailing list