pipebuffer: Clean up header file inclusion in pb_bufmgr.h.
authorVinson Lee <vlee@vmware.com>
Thu, 26 Aug 2010 07:22:19 +0000 (00:22 -0700)
committerVinson Lee <vlee@vmware.com>
Thu, 26 Aug 2010 07:22:19 +0000 (00:22 -0700)
Remove p_compiler.h and p_defines.h.
Include pb_buffer.h for pb_size symbol.

src/gallium/auxiliary/pipebuffer/pb_bufmgr.h

index cec2524..2ef0216 100644 (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