summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/pipebuffer
diff options
context:
space:
mode:
authorMichel Dänzer <daenzer@vmware.com>2009-03-04 11:58:52 +0100
committerMichel Dänzer <daenzer@vmware.com>2009-03-04 11:58:52 +0100
commit45bde75bd67e7e920f0113842d1fa58613ccc3ec (patch)
treef94e7281ad69cfc4b3da79e9cd64370420aec918 /src/gallium/auxiliary/pipebuffer
parent5e27cd46c04a9e7b5904cc014bffd0f4daae31fe (diff)
gallium: Remove some superfluous instances of #include "p_inlines.h".
Diffstat (limited to 'src/gallium/auxiliary/pipebuffer')
-rw-r--r--src/gallium/auxiliary/pipebuffer/pb_buffer.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/pipebuffer/pb_buffer.h b/src/gallium/auxiliary/pipebuffer/pb_buffer.h
index be1654c654..f3a48d7ab0 100644
--- a/src/gallium/auxiliary/pipebuffer/pb_buffer.h
+++ b/src/gallium/auxiliary/pipebuffer/pb_buffer.h
@@ -48,7 +48,6 @@
#include "util/u_debug.h"
#include "pipe/p_error.h"
#include "pipe/p_state.h"
-#include "pipe/p_inlines.h"
#ifdef __cplusplus