summaryrefslogtreecommitdiff
path: root/src/mesa/main/ffvertex_prog.c
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2010-06-10 23:02:41 -0600
committerBrian Paul <brianp@vmware.com>2010-06-10 23:23:13 -0600
commitec2b92f98c2e7f161521b447cc1d9a36bce3707c (patch)
tree0d14877ab936be2eac4ae404c2bbf8a3d4e88d7e /src/mesa/main/ffvertex_prog.c
parentf1c5043f94261fecd8a6e54fe37d786554affcdd (diff)
mesa: rename src/mesa/shader/ to src/mesa/program/
Diffstat (limited to 'src/mesa/main/ffvertex_prog.c')
-rw-r--r--src/mesa/main/ffvertex_prog.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/mesa/main/ffvertex_prog.c b/src/mesa/main/ffvertex_prog.c
index 70ac47f36d..92fec09bad 100644
--- a/src/mesa/main/ffvertex_prog.c
+++ b/src/mesa/main/ffvertex_prog.c
@@ -38,12 +38,12 @@
#include "main/macros.h"
#include "main/enums.h"
#include "main/ffvertex_prog.h"
-#include "shader/program.h"
-#include "shader/prog_cache.h"
-#include "shader/prog_instruction.h"
-#include "shader/prog_parameter.h"
-#include "shader/prog_print.h"
-#include "shader/prog_statevars.h"
+#include "program/program.h"
+#include "program/prog_cache.h"
+#include "program/prog_instruction.h"
+#include "program/prog_parameter.h"
+#include "program/prog_print.h"
+#include "program/prog_statevars.h"
/** Max of number of lights and texture coord units */