summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/pipebuffer/pb_bufmgr_mm.c
diff options
context:
space:
mode:
authorJosé Fonseca <jrfonseca@tungstengraphics.com>2008-02-18 20:02:42 +0900
committerJosé Fonseca <jrfonseca@tungstengraphics.com>2008-02-18 20:02:42 +0900
commit687a8b96ef13658bbe779d0011ce1144844f1972 (patch)
tree607b3c4615c6b43243006fe61d5dfbb196463491 /src/gallium/auxiliary/pipebuffer/pb_bufmgr_mm.c
parent33ceb6716a2166db75659fa66d85fb4cfb9633c7 (diff)
Standardize on using the pipe/ include prefix.
Diffstat (limited to 'src/gallium/auxiliary/pipebuffer/pb_bufmgr_mm.c')
-rw-r--r--src/gallium/auxiliary/pipebuffer/pb_bufmgr_mm.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/gallium/auxiliary/pipebuffer/pb_bufmgr_mm.c b/src/gallium/auxiliary/pipebuffer/pb_bufmgr_mm.c
index 8b1b51c0e2..969aab51b5 100644
--- a/src/gallium/auxiliary/pipebuffer/pb_bufmgr_mm.c
+++ b/src/gallium/auxiliary/pipebuffer/pb_bufmgr_mm.c
@@ -36,10 +36,10 @@
#include "linked_list.h"
-#include "p_defines.h"
-#include "p_debug.h"
-#include "p_thread.h"
-#include "p_util.h"
+#include "pipe/p_defines.h"
+#include "pipe/p_debug.h"
+#include "pipe/p_thread.h"
+#include "pipe/p_util.h"
#include "pb_buffer.h"
#include "pb_bufmgr.h"