diff options
author | Vinson Lee <[email protected]> | 2010-08-07 12:25:20 -0700 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-08-07 12:25:20 -0700 |
commit | 12e8e5ee952f0ffceee28fdeff35f790a37ab896 (patch) | |
tree | d8bd729fcac2d077c04730f92e0a3b93602ea62b /src/mesa/swrast/s_atifragshader.c | |
parent | 1bc1c669b291b60da493d72df0914f80a541c376 (diff) |
swrast: Clean up header file inclusion in s_atifragshader.h.
s_atifragshader.h
Include mtypes.h for GLcontext symbol.
Include s_span.h for SWspan symbol.
s_atifragshader.c
Include s_context.h for SWcontext symbol.
Diffstat (limited to 'src/mesa/swrast/s_atifragshader.c')
-rw-r--r-- | src/mesa/swrast/s_atifragshader.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/swrast/s_atifragshader.c b/src/mesa/swrast/s_atifragshader.c index 336415d57af..1338b6802d4 100644 --- a/src/mesa/swrast/s_atifragshader.c +++ b/src/mesa/swrast/s_atifragshader.c @@ -24,6 +24,7 @@ #include "main/macros.h" #include "main/atifragshader.h" #include "swrast/s_atifragshader.h" +#include "swrast/s_context.h" /** |