Mesa (master): pipebuffer: Clean up header file inclusion in pb_bufmgr.h.

Vinson Lee vlee at kemper.freedesktop.org
Thu Aug 26 07:23:41 UTC 2010


Module: Mesa
Branch: master
Commit: 7822f99193cd26558bff29ff8d6d23db2d3a1048
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=7822f99193cd26558bff29ff8d6d23db2d3a1048

Author: Vinson Lee <vlee at vmware.com>
Date:   Thu Aug 26 00:22:19 2010 -0700

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.

---

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




More information about the mesa-commit mailing list