summaryrefslogtreecommitdiffstats
path: root/src/mesa/shader/nvvertparse.c
diff options
context:
space:
mode:
authorBrian Paul <[email protected]>2010-06-10 22:37:31 -0600
committerBrian Paul <[email protected]>2010-06-10 22:37:31 -0600
commit7936e06657bc43de80ae4f56ee9db956e193d880 (patch)
treee7e531880a5c01a0ae2ed229ad920e1fc455c095 /src/mesa/shader/nvvertparse.c
parent412cddf954d35282f913d01d83d3cdb45cf0e2d0 (diff)
mesa: move nvprogram.[ch] to main/
Diffstat (limited to 'src/mesa/shader/nvvertparse.c')
-rw-r--r--src/mesa/shader/nvvertparse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/shader/nvvertparse.c b/src/mesa/shader/nvvertparse.c
index 7332fc4780b..e2afcfd4ce6 100644
--- a/src/mesa/shader/nvvertparse.c
+++ b/src/mesa/shader/nvvertparse.c
@@ -40,7 +40,7 @@
#include "main/glheader.h"
#include "main/context.h"
#include "main/imports.h"
-#include "nvprogram.h"
+#include "main/nvprogram.h"
#include "nvvertparse.h"
#include "prog_instruction.h"
#include "prog_parameter.h"