Mesa (master): swrast: Reduce header file inclusion in s_aaline.h.

Vinson Lee vlee at kemper.freedesktop.org
Fri Aug 6 07:59:03 UTC 2010


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

Author: Vinson Lee <vlee at vmware.com>
Date:   Fri Aug  6 00:57:52 2010 -0700

swrast: Reduce header file inclusion in s_aaline.h.

Include mtypes.h for GLcontext symbol.

---

 src/mesa/swrast/s_aaline.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/mesa/swrast/s_aaline.h b/src/mesa/swrast/s_aaline.h
index f1d708e..922eb23 100644
--- a/src/mesa/swrast/s_aaline.h
+++ b/src/mesa/swrast/s_aaline.h
@@ -28,7 +28,7 @@
 #define S_AALINE_H
 
 
-#include "swrast.h"
+#include "main/mtypes.h"
 
 
 extern void




More information about the mesa-commit mailing list