From 89cb428d5e7dff776aed4b3feafd0ad7290a3d46 Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Sat, 14 May 2011 13:45:24 +0300 Subject: g/d/remote: pipe/p_debug.h,p_inlines.h -> util/u_* --- src/gallium/drivers/remote/tr_context.c | 2 +- src/gallium/drivers/remote/tr_context.h | 2 +- 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" -- cgit v1.2.3