diff options
author | Vinson Lee <[email protected]> | 2010-08-07 22:13:19 -0700 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-08-07 22:13:19 -0700 |
commit | 2154dfa70106aeec5a68d3c805a69ccb998d430f (patch) | |
tree | 7f4eb003fe98cfea071820bbdd53e75ab5f95280 /src/mesa/swrast/s_zoom.h | |
parent | a2a40cefe2335c1edaa20258d74263f0004b2928 (diff) |
swrast: Reduce header file inclusion in s_zoom.h.
Include mtypes.h for GLcontext symbol.
Include s_span.h for SWspan symbol.
Diffstat (limited to 'src/mesa/swrast/s_zoom.h')
-rw-r--r-- | src/mesa/swrast/s_zoom.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesa/swrast/s_zoom.h b/src/mesa/swrast/s_zoom.h index 43917be65fc..09f624efad5 100644 --- a/src/mesa/swrast/s_zoom.h +++ b/src/mesa/swrast/s_zoom.h @@ -25,7 +25,8 @@ #ifndef S_ZOOM_H #define S_ZOOM_H -#include "swrast.h" +#include "main/mtypes.h" +#include "s_span.h" extern void |