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

Vinson Lee vlee at kemper.freedesktop.org
Mon Nov 8 03:54:21 UTC 2010


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

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

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

---

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

diff --git a/src/mesa/main/blend.h b/src/mesa/main/blend.h
index 677b01c..f72c779 100644
--- a/src/mesa/main/blend.h
+++ b/src/mesa/main/blend.h
@@ -33,7 +33,9 @@
 #define BLEND_H
 
 
-#include "mtypes.h"
+#include "glheader.h"
+
+struct gl_context;
 
 
 extern void GLAPIENTRY




More information about the mesa-commit mailing list