summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/pipebuffer
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-08-26 00:22:19 -0700
committerVinson Lee <vlee@vmware.com>2010-08-26 00:22:19 -0700
commit7822f99193cd26558bff29ff8d6d23db2d3a1048 (patch)
tree6424037868e90ab735a817ecb6423b69122036fe /src/gallium/auxiliary/pipebuffer
parent9fd2a8d6923a8a7218a714622586bb1dbaaebad5 (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.h3
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 cec2524da2..2ef02160f2 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