diff options
author | Brian Paul <[email protected]> | 2010-06-10 20:31:29 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2010-06-10 22:24:37 -0600 |
commit | 936605fc8a69f67de323e5ede60c2f1373bfcafe (patch) | |
tree | acd8eb29174b28c299f52a8cd17a4479a7e6e325 /src/mesa/main/api_exec.c | |
parent | a37b2219d6e3f299379c6434d65f300660d12c3e (diff) |
mesa: move uniforms.c 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 fd0c6c96a37..137223acc8b 100644 --- a/src/mesa/main/api_exec.c +++ b/src/mesa/main/api_exec.c @@ -99,7 +99,7 @@ #endif #if FEATURE_ARB_shader_objects #include "shaderapi.h" -#include "shader/uniforms.h" +#include "uniforms.h" #endif #if FEATURE_ARB_sync #include "syncobj.h" |