diff options
author | Vinson Lee <[email protected]> | 2010-08-13 00:48:34 -0700 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-08-13 00:48:34 -0700 |
commit | 5dbd3fe3d4f3f6eb4f601ae8a3c77720ca83e790 (patch) | |
tree | e2bf9658e2ad1fd9a0658bfbfa4ca7db6a2a4ea6 /src/mesa/swrast_setup | |
parent | c7f24afcaf63d5e58fcc77199702c1cbac625003 (diff) |
swrast: Clean up header file inclusion in ss_vb.h.
Remove unnecessary header swrast_setup.h.
Diffstat (limited to 'src/mesa/swrast_setup')
-rw-r--r-- | 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 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 ); |