diff options
author | José Fonseca <[email protected]> | 2010-02-02 15:18:01 +0000 |
---|---|---|
committer | José Fonseca <[email protected]> | 2010-02-02 15:18:01 +0000 |
commit | 2aaca1df9df6980ec88180c8866c8987b31db91a (patch) | |
tree | a0f18292d98052d3ff3d77ed06cd8a6f5999cfdd /src/gallium/auxiliary/pipebuffer/pb_bufmgr_slab.c | |
parent | 38f6f23fcf37247fd709d1c612d08bfa9b124e69 (diff) |
gallium: Move p_thread.h and p_atomic.h out of gallium interfaces.
Into os/os_thread.h and util/u_atomic.h respectively.
Diffstat (limited to 'src/gallium/auxiliary/pipebuffer/pb_bufmgr_slab.c')
-rw-r--r-- | src/gallium/auxiliary/pipebuffer/pb_bufmgr_slab.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/pipebuffer/pb_bufmgr_slab.c b/src/gallium/auxiliary/pipebuffer/pb_bufmgr_slab.c index d21910d0bf0..c445cb578b0 100644 --- a/src/gallium/auxiliary/pipebuffer/pb_bufmgr_slab.c +++ b/src/gallium/auxiliary/pipebuffer/pb_bufmgr_slab.c @@ -38,7 +38,7 @@ #include "pipe/p_compiler.h" #include "util/u_debug.h" -#include "pipe/p_thread.h" +#include "os/os_thread.h" #include "pipe/p_defines.h" #include "util/u_memory.h" #include "util/u_double_list.h" |