From: Vinson Lee Date: Thu, 26 Aug 2010 07:22:19 +0000 (-0700) Subject: pipebuffer: Clean up header file inclusion in pb_bufmgr.h. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7822f99193cd26558bff29ff8d6d23db2d3a1048;p=mesa.git 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. --- 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