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

Vinson Lee vlee at kemper.freedesktop.org
Sat Dec 25 02:48:22 UTC 2010


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

Author: Vinson Lee <vlee at vmware.com>
Date:   Fri Dec 24 18:48:00 2010 -0800

swrast: Clean up header file inclusion in s_aatriangle.h.

---

 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 746e456..e40efb1 100644
--- a/src/mesa/swrast/s_aatriangle.h
+++ b/src/mesa/swrast/s_aatriangle.h
@@ -28,7 +28,7 @@
 #define S_AATRIANGLE_H
 
 
-#include "main/mtypes.h"
+struct gl_context;
 
 
 extern void




More information about the mesa-commit mailing list