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.h | |
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.h')
-rw-r--r-- | src/mesa/swrast/s_atifragshader.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesa/swrast/s_atifragshader.h b/src/mesa/swrast/s_atifragshader.h index 871a0c04559..cce455a0465 100644 --- a/src/mesa/swrast/s_atifragshader.h +++ b/src/mesa/swrast/s_atifragshader.h @@ -27,7 +27,8 @@ #define S_ATIFRAGSHADER_H -#include "s_context.h" +#include "main/mtypes.h" +#include "s_span.h" extern void |