summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Levy <alevy@redhat.com>2011-05-14 13:45:24 +0300
committerAlon Levy <alevy@redhat.com>2011-08-26 16:22:12 +0300
commit89cb428d5e7dff776aed4b3feafd0ad7290a3d46 (patch)
tree905191dae059653451e67e0172b18de1a71e2950
parent47a54a548ed9c08e410bfe9f215117b4342d352f (diff)
g/d/remote: pipe/p_debug.h,p_inlines.h -> util/u_*
-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"