summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/gallium/drivers/remote/tr_context.c2
-rw-r--r--src/gallium/drivers/remote/tr_context.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/gallium/drivers/remote/tr_context.c b/src/gallium/drivers/remote/tr_context.c
index 70ec9cc2ee..bed1e368f3 100644
--- a/src/gallium/drivers/remote/tr_context.c
+++ b/src/gallium/drivers/remote/tr_context.c
@@ -29,7 +29,7 @@
#include "pipe/p_screen.h"
#include "tgsi/tgsi_parse.h"
#include "pipe/p_shader_tokens.h"
-#include "pipe/p_inlines.h"
+#include "util/u_inlines.h"
#include "tr_screen.h"
#include "tr_context.h"
diff --git a/src/gallium/drivers/remote/tr_context.h b/src/gallium/drivers/remote/tr_context.h
index 9b3acd738b..e0959e8993 100644
--- a/src/gallium/drivers/remote/tr_context.h
+++ b/src/gallium/drivers/remote/tr_context.h
@@ -30,7 +30,7 @@
#include "pipe/p_compiler.h"
-#include "pipe/p_debug.h"
+#include "util/u_debug.h"
#include "pipe/p_context.h"