summaryrefslogtreecommitdiff
path: root/src/mesa/main/api_exec.c
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2010-06-10 20:31:29 -0600
committerBrian Paul <brianp@vmware.com>2010-06-10 22:24:37 -0600
commit936605fc8a69f67de323e5ede60c2f1373bfcafe (patch)
treeacd8eb29174b28c299f52a8cd17a4479a7e6e325 /src/mesa/main/api_exec.c
parenta37b2219d6e3f299379c6434d65f300660d12c3e (diff)
mesa: move uniforms.c to main/
Diffstat (limited to 'src/mesa/main/api_exec.c')
-rw-r--r--src/mesa/main/api_exec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/api_exec.c b/src/mesa/main/api_exec.c
index fd0c6c96a3..137223acc8 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"