summaryrefslogtreecommitdiff
path: root/src/mesa/swrast_setup
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-08-13 00:48:34 -0700
committerVinson Lee <vlee@vmware.com>2010-08-13 00:48:34 -0700
commit5dbd3fe3d4f3f6eb4f601ae8a3c77720ca83e790 (patch)
treee2bf9658e2ad1fd9a0658bfbfa4ca7db6a2a4ea6 /src/mesa/swrast_setup
parentc7f24afcaf63d5e58fcc77199702c1cbac625003 (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.h1
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 2ad1f56f39..944a3b78d8 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 );