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

Vinson Lee vlee at kemper.freedesktop.org
Mon Nov 8 03:42:13 UTC 2010


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

Author: Vinson Lee <vlee at vmware.com>
Date:   Sun Nov  7 19:41:42 2010 -0800

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

---

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

diff --git a/src/mesa/main/atifragshader.h b/src/mesa/main/atifragshader.h
index 6911bba..ade9131 100644
--- a/src/mesa/main/atifragshader.h
+++ b/src/mesa/main/atifragshader.h
@@ -8,7 +8,12 @@
 #ifndef ATIFRAGSHADER_H
 #define ATIFRAGSHADER_H
 
-#include "main/mtypes.h"
+#include "compiler.h"
+#include "glheader.h"
+#include "mfeatures.h"
+
+struct _glapi_table;
+struct gl_context;
 
 #define MAX_NUM_INSTRUCTIONS_PER_PASS_ATI 8
 #define MAX_NUM_PASSES_ATI                2




More information about the mesa-commit mailing list