summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/cell/spu
diff options
context:
space:
mode:
authorJosé Fonseca <jfonseca@vmware.com>2009-02-18 12:05:26 +0000
committerJosé Fonseca <jfonseca@vmware.com>2009-02-18 12:05:26 +0000
commitea4bf267e4b023b08043f91ac44592fed1736e7f (patch)
tree76302dd651a077e1eff4fef4ccc83830698ebd5f /src/gallium/drivers/cell/spu
parent06cd416d7cd2ccd2aca9f8522d4d7654eb2930e7 (diff)
util: Move p_debug.h into util module.
The debug functions depend on several util function for os abstractions, and these depend on debug functions, so a seperate module is not possible.
Diffstat (limited to 'src/gallium/drivers/cell/spu')
-rw-r--r--src/gallium/drivers/cell/spu/spu_util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/cell/spu/spu_util.c b/src/gallium/drivers/cell/spu/spu_util.c
index b8a0d4a265..af25dd3718 100644
--- a/src/gallium/drivers/cell/spu/spu_util.c
+++ b/src/gallium/drivers/cell/spu/spu_util.c
@@ -1,7 +1,7 @@
#include "cell/common.h"
#include "pipe/p_shader_tokens.h"
-#include "pipe/p_debug.h"
+#include "util/u_debug.h"
#include "tgsi/tgsi_parse.h"
//#include "tgsi_build.h"
#include "tgsi/tgsi_util.h"