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.
This commit is contained in:
Vinson Lee 2010-08-26 00:22:19 -07:00
parent 9fd2a8d692
commit 7822f99193

View file

@ -50,8 +50,7 @@
#define PB_BUFMGR_H_
#include "pipe/p_compiler.h"
#include "pipe/p_defines.h"
#include "pb_buffer.h"
#ifdef __cplusplus