summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/brw_vs.h
diff options
context:
space:
mode:
authorBrian <brian.paul@tungstengraphics.com>2007-09-11 10:57:37 -0600
committerBrian <brian.paul@tungstengraphics.com>2007-09-11 11:04:15 -0600
commitacfeb3b6ea93bcb5b18e6f51a0727e39da608d76 (patch)
treeb13e7f312d9a55359186f4a33d9bf3c4cd2048ca /src/mesa/drivers/dri/i965/brw_vs.h
parenta614877592e8526d997242ce336fb455dd3f5bdb (diff)
Fix-up #includes to remove some -I options.
eg: #include "shader/program.h" and remove -I$(TOP)/src/mesa/program
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_vs.h')
-rw-r--r--src/mesa/drivers/dri/i965/brw_vs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_vs.h b/src/mesa/drivers/dri/i965/brw_vs.h
index fdb5785d67..8843f816f9 100644
--- a/src/mesa/drivers/dri/i965/brw_vs.h
+++ b/src/mesa/drivers/dri/i965/brw_vs.h
@@ -36,7 +36,7 @@
#include "brw_context.h"
#include "brw_eu.h"
-#include "program.h"
+#include "shader/program.h"
struct brw_vs_prog_key {