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

Vinson Lee vlee at kemper.freedesktop.org
Sat Dec 25 02:35:26 UTC 2010


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

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

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

---

 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 f7d92c5..74d5518 100644
--- a/src/mesa/swrast/s_aaline.h
+++ b/src/mesa/swrast/s_aaline.h
@@ -28,7 +28,7 @@
 #define S_AALINE_H
 
 
-#include "main/mtypes.h"
+struct gl_context;
 
 
 extern void




More information about the mesa-commit mailing list