diff options
author | Vinson Lee <[email protected]> | 2010-11-07 19:41:42 -0800 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-11-07 19:41:42 -0800 |
commit | 908272b183c40a807a99611574df81711cd86b39 (patch) | |
tree | e544a2a721a64c0a53556e4f6ad520c1eccc46d9 /src/mesa/main/atifragshader.h | |
parent | 11dd228415d9299f3afa81525d0e588135099b4b (diff) |
mesa: Clean up header file inclusion in atifragshader.h.
Diffstat (limited to 'src/mesa/main/atifragshader.h')
-rw-r--r-- | src/mesa/main/atifragshader.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/mesa/main/atifragshader.h b/src/mesa/main/atifragshader.h index 6911bba5aee..ade91311b01 100644 --- a/src/mesa/main/atifragshader.h +++ b/src/mesa/main/atifragshader.h @@ -8,7 +8,12 @@ #ifndef ATIFRAGSHADER_H #define ATIFRAGSHADER_H -#include "main/mtypes.h" +#include "compiler.h" +#include "glheader.h" +#include "mfeatures.h" + +struct _glapi_table; +struct gl_context; #define MAX_NUM_INSTRUCTIONS_PER_PASS_ATI 8 #define MAX_NUM_PASSES_ATI 2 |