diff options
author | Vinson Lee <[email protected]> | 2010-08-26 00:22:19 -0700 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-08-26 00:22:19 -0700 |
commit | 7822f99193cd26558bff29ff8d6d23db2d3a1048 (patch) | |
tree | 6424037868e90ab735a817ecb6423b69122036fe /src/gallium/auxiliary/pipebuffer | |
parent | 9fd2a8d6923a8a7218a714622586bb1dbaaebad5 (diff) |
pipebuffer: Clean up header file inclusion in pb_bufmgr.h.
Remove p_compiler.h and p_defines.h.
Include pb_buffer.h for pb_size symbol.
Diffstat (limited to 'src/gallium/auxiliary/pipebuffer')
-rw-r--r-- | src/gallium/auxiliary/pipebuffer/pb_bufmgr.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gallium/auxiliary/pipebuffer/pb_bufmgr.h b/src/gallium/auxiliary/pipebuffer/pb_bufmgr.h index cec2524da2b..2ef02160f23 100644 --- a/src/gallium/auxiliary/pipebuffer/pb_bufmgr.h +++ b/src/gallium/auxiliary/pipebuffer/pb_bufmgr.h @@ -50,8 +50,7 @@ #define PB_BUFMGR_H_ -#include "pipe/p_compiler.h" -#include "pipe/p_defines.h" +#include "pb_buffer.h" #ifdef __cplusplus |