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

Vinson Lee vlee at kemper.freedesktop.org
Fri Aug 6 08:05:00 UTC 2010


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

Author: Vinson Lee <vlee at vmware.com>
Date:   Fri Aug  6 01:04:19 2010 -0700

swrast: Reduce header file inclusion in s_aatriangle.h.

Include mtypes.h for GLcontext symbol.

---

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

diff --git a/src/mesa/swrast/s_aatriangle.h b/src/mesa/swrast/s_aatriangle.h
index 4b57fa7..9aed41a 100644
--- a/src/mesa/swrast/s_aatriangle.h
+++ b/src/mesa/swrast/s_aatriangle.h
@@ -28,7 +28,7 @@
 #define S_AATRIANGLE_H
 
 
-#include "swrast.h"
+#include "main/mtypes.h"
 
 
 extern void




More information about the mesa-commit mailing list