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

Vinson Lee vlee at kemper.freedesktop.org
Fri Aug 13 07:50:27 UTC 2010


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

Author: Vinson Lee <vlee at vmware.com>
Date:   Fri Aug 13 00:48:34 2010 -0700

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

Remove unnecessary header swrast_setup.h.

---

 src/mesa/swrast_setup/ss_vb.h |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/mesa/swrast_setup/ss_vb.h b/src/mesa/swrast_setup/ss_vb.h
index 2ad1f56..944a3b7 100644
--- a/src/mesa/swrast_setup/ss_vb.h
+++ b/src/mesa/swrast_setup/ss_vb.h
@@ -30,7 +30,6 @@
 #define SS_VB_H
 
 #include "main/mtypes.h"
-#include "swrast_setup.h"
 
 void _swsetup_vb_init( GLcontext *ctx );
 void _swsetup_choose_rastersetup_func( GLcontext *ctx );




More information about the mesa-commit mailing list