diff options
author | José Fonseca <jrfonseca@tungstengraphics.com> | 2008-02-06 14:37:49 +0900 |
---|---|---|
committer | Ben Skeggs <skeggsb@gmail.com> | 2008-02-15 13:50:31 +1100 |
commit | 560416b263d10dae5d235b4cdaf44699181da74a (patch) | |
tree | 179748747b490e9fd650672afab27574232498be /src/mesa/pipe/pipebuffer/pb_bufmgr_fenced.c | |
parent | 7ff0b6782a8fc24c4d8df2535fa070b10c416dfa (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.c | 4 |
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" |