From: Vinson Lee Date: Fri, 13 Aug 2010 07:48:34 +0000 (-0700) Subject: swrast: Clean up header file inclusion in ss_vb.h. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5dbd3fe3d4f3f6eb4f601ae8a3c77720ca83e790;p=mesa.git swrast: Clean up header file inclusion in ss_vb.h. Remove unnecessary header swrast_setup.h. --- diff --git a/src/mesa/swrast_setup/ss_vb.h b/src/mesa/swrast_setup/ss_vb.h index 2ad1f56f396..944a3b78d8c 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 );