diff options
author | Brian Paul <[email protected]> | 2010-06-10 22:23:34 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2010-06-10 22:24:45 -0600 |
commit | 70c8d29b6bb3214966892d51e6b2befa7040622d (patch) | |
tree | 4130eda439831f59873ba900f38eff57bcef7b70 /src/mesa/main/api_exec.c | |
parent | 936605fc8a69f67de323e5ede60c2f1373bfcafe (diff) |
mesa: move atifragshader.[ch] to main/
Diffstat (limited to 'src/mesa/main/api_exec.c')
-rw-r--r-- | src/mesa/main/api_exec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/api_exec.c b/src/mesa/main/api_exec.c index 137223acc8b..cf421bf3c07 100644 --- a/src/mesa/main/api_exec.c +++ b/src/mesa/main/api_exec.c @@ -36,7 +36,7 @@ #if FEATURE_ARB_vertex_program || FEATURE_ARB_fragment_program #include "shader/arbprogram.h" #endif -#include "shader/atifragshader.h" +#include "atifragshader.h" #include "attrib.h" #include "blend.h" #if FEATURE_ARB_vertex_buffer_object |