diff options
author | Brian Paul <brianp@vmware.com> | 2010-06-10 23:02:41 -0600 |
---|---|---|
committer | Brian Paul <brianp@vmware.com> | 2010-06-10 23:23:13 -0600 |
commit | ec2b92f98c2e7f161521b447cc1d9a36bce3707c (patch) | |
tree | 0d14877ab936be2eac4ae404c2bbf8a3d4e88d7e /src/mesa/state_tracker/st_cb_clear.c | |
parent | f1c5043f94261fecd8a6e54fe37d786554affcdd (diff) | |
download | external_mesa3d-ec2b92f98c2e7f161521b447cc1d9a36bce3707c.zip external_mesa3d-ec2b92f98c2e7f161521b447cc1d9a36bce3707c.tar.gz external_mesa3d-ec2b92f98c2e7f161521b447cc1d9a36bce3707c.tar.bz2 |
mesa: rename src/mesa/shader/ to src/mesa/program/
Diffstat (limited to 'src/mesa/state_tracker/st_cb_clear.c')
-rw-r--r-- | src/mesa/state_tracker/st_cb_clear.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/state_tracker/st_cb_clear.c b/src/mesa/state_tracker/st_cb_clear.c index b157925..ea2414c 100644 --- a/src/mesa/state_tracker/st_cb_clear.c +++ b/src/mesa/state_tracker/st_cb_clear.c @@ -36,7 +36,7 @@ #include "main/glheader.h" #include "main/formats.h" #include "main/macros.h" -#include "shader/prog_instruction.h" +#include "program/prog_instruction.h" #include "st_context.h" #include "st_atom.h" #include "st_cb_accum.h" |