summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/pipebuffer/pb_bufmgr_fenced.c
diff options
context:
space:
mode:
authorJosé Fonseca <jrfonseca@tungstengraphics.com>2008-02-06 14:37:49 +0900
committerBen Skeggs <skeggsb@gmail.com>2008-02-15 13:50:31 +1100
commit560416b263d10dae5d235b4cdaf44699181da74a (patch)
tree179748747b490e9fd650672afab27574232498be /src/mesa/pipe/pipebuffer/pb_bufmgr_fenced.c
parent7ff0b6782a8fc24c4d8df2535fa070b10c416dfa (diff)
gallium: Use p_debug.h instead of non-portable stdio.h/assert.h functions.
Diffstat (limited to 'src/mesa/pipe/pipebuffer/pb_bufmgr_fenced.c')
-rw-r--r--src/mesa/pipe/pipebuffer/pb_bufmgr_fenced.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/mesa/pipe/pipebuffer/pb_bufmgr_fenced.c b/src/mesa/pipe/pipebuffer/pb_bufmgr_fenced.c
index 3b341c64c2..c535d3276c 100644
--- a/src/mesa/pipe/pipebuffer/pb_bufmgr_fenced.c
+++ b/src/mesa/pipe/pipebuffer/pb_bufmgr_fenced.c
@@ -34,9 +34,7 @@
*/
-#include <assert.h>
-#include <stdlib.h>
-
+#include "p_debug.h"
#include "p_util.h"
#include "pb_buffer.h"