diff options
author | Vinson Lee <[email protected]> | 2010-02-01 00:43:33 -0800 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-02-01 00:43:33 -0800 |
commit | 5cc20a06b05bd551b663c050fb4802e2658decd5 (patch) | |
tree | 6f6641e6d938ca702412fc34086fbaa46a0b0e4b /src/mesa/main/context.c | |
parent | e3a99e8522688e20f730084799a1dfad305d90eb (diff) |
mesa: Remove unnecessary headers.
Diffstat (limited to 'src/mesa/main/context.c')
-rw-r--r-- | src/mesa/main/context.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mesa/main/context.c b/src/mesa/main/context.c index b0f42e537ef..017ad502959 100644 --- a/src/mesa/main/context.c +++ b/src/mesa/main/context.c @@ -133,9 +133,6 @@ #include "shader/program.h" #include "shader/prog_print.h" #include "shader/shader_api.h" -#if FEATURE_ATI_fragment_shader -#include "shader/atifragshader.h" -#endif #if _HAVE_FULL_GL #include "math/m_matrix.h" #endif |