diff options
author | José Fonseca <[email protected]> | 2008-02-18 20:02:42 +0900 |
---|---|---|
committer | José Fonseca <[email protected]> | 2008-02-18 20:02:42 +0900 |
commit | 687a8b96ef13658bbe779d0011ce1144844f1972 (patch) | |
tree | 607b3c4615c6b43243006fe61d5dfbb196463491 /src/gallium/auxiliary/pipebuffer/pb_bufmgr_fenced.c | |
parent | 33ceb6716a2166db75659fa66d85fb4cfb9633c7 (diff) |
Standardize on using the pipe/ include prefix.
Diffstat (limited to 'src/gallium/auxiliary/pipebuffer/pb_bufmgr_fenced.c')
-rw-r--r-- | src/gallium/auxiliary/pipebuffer/pb_bufmgr_fenced.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gallium/auxiliary/pipebuffer/pb_bufmgr_fenced.c b/src/gallium/auxiliary/pipebuffer/pb_bufmgr_fenced.c index c535d3276c9..bffca5b2449 100644 --- a/src/gallium/auxiliary/pipebuffer/pb_bufmgr_fenced.c +++ b/src/gallium/auxiliary/pipebuffer/pb_bufmgr_fenced.c @@ -34,8 +34,8 @@ */ -#include "p_debug.h" -#include "p_util.h" +#include "pipe/p_debug.h" +#include "pipe/p_util.h" #include "pb_buffer.h" #include "pb_buffer_fenced.h" |