summaryrefslogtreecommitdiff
path: root/src/gallium/aux/llvm/gallivm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/aux/llvm/gallivm.cpp')
-rw-r--r--src/gallium/aux/llvm/gallivm.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gallium/aux/llvm/gallivm.cpp b/src/gallium/aux/llvm/gallivm.cpp
index da0105c2c9..d14bb3b99a 100644
--- a/src/gallium/aux/llvm/gallivm.cpp
+++ b/src/gallium/aux/llvm/gallivm.cpp
@@ -42,8 +42,8 @@
#include "pipe/p_context.h"
#include "pipe/p_shader_tokens.h"
-#include "pipe/tgsi/exec/tgsi_exec.h"
-#include "pipe/tgsi/util/tgsi_dump.h"
+#include "tgsi/exec/tgsi_exec.h"
+#include "tgsi/util/tgsi_dump.h"
#include <llvm/Module.h>
#include <llvm/CallingConv.h>