summaryrefslogtreecommitdiffstats
path: root/src/mesa/pipe/draw
diff options
context:
space:
mode:
authorZack Rusin <[email protected]>2007-12-11 09:44:41 -0500
committerZack Rusin <[email protected]>2007-12-11 09:49:34 -0500
commita0dacbf369b1b0496f7cd2df2f7b7ecb621a024c (patch)
treefff02bdbc745be480a126e070fdddf79563753e6 /src/mesa/pipe/draw
parent63a9d835ce3f446fe2cf69e7623d228bcc6ee91c (diff)
Adopt llvm to some of the latest changes.
Diffstat (limited to 'src/mesa/pipe/draw')
-rw-r--r--src/mesa/pipe/draw/draw_vertex_shader_llvm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/pipe/draw/draw_vertex_shader_llvm.c b/src/mesa/pipe/draw/draw_vertex_shader_llvm.c
index 34a4d276840..acd61163faa 100644
--- a/src/mesa/pipe/draw/draw_vertex_shader_llvm.c
+++ b/src/mesa/pipe/draw/draw_vertex_shader_llvm.c
@@ -38,7 +38,7 @@
#ifdef MESA_LLVM
#include "pipe/llvm/gallivm.h"
-#include "pipe/tgsi/exec/tgsi_core.h"
+#include "pipe/p_shader_tokens.h"
#define DBG 0