summaryrefslogtreecommitdiff
path: root/src/mesa/swrast_setup
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-12-25 20:53:27 -0800
committerVinson Lee <vlee@vmware.com>2010-12-25 20:53:27 -0800
commitaa68dd9a49d4d78fb4bf0b7674cc51da7c608092 (patch)
tree226bb25efaa47d784e1833008bbdddd5db7c2b9e /src/mesa/swrast_setup
parentda0bdc7cd576cc46b94a1d145cc59b6ed1f6439e (diff)
swrast: Clean up header file inclusion in ss_vb.h.
Diffstat (limited to 'src/mesa/swrast_setup')
-rw-r--r--src/mesa/swrast_setup/ss_vb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/swrast_setup/ss_vb.h b/src/mesa/swrast_setup/ss_vb.h
index b8322f35a3..05e665b5c3 100644
--- a/src/mesa/swrast_setup/ss_vb.h
+++ b/src/mesa/swrast_setup/ss_vb.h
@@ -29,7 +29,7 @@
#ifndef SS_VB_H
#define SS_VB_H
-#include "main/mtypes.h"
+struct gl_context;
void _swsetup_vb_init( struct gl_context *ctx );
void _swsetup_choose_rastersetup_func( struct gl_context *ctx );