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/api_exec.c | |
parent | e3a99e8522688e20f730084799a1dfad305d90eb (diff) |
mesa: Remove unnecessary headers.
Diffstat (limited to 'src/mesa/main/api_exec.c')
-rw-r--r-- | src/mesa/main/api_exec.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/main/api_exec.c b/src/mesa/main/api_exec.c index cb389f23e87..e62c7aa5724 100644 --- a/src/mesa/main/api_exec.c +++ b/src/mesa/main/api_exec.c @@ -97,8 +97,6 @@ #endif #if FEATURE_NV_fragment_program #include "shader/nvprogram.h" -#include "shader/program.h" -#include "texenvprogram.h" #endif #if FEATURE_ARB_shader_objects #include "shaders.h" |