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_buffer_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_buffer_fenced.c')
| -rw-r--r-- | src/mesa/pipe/pipebuffer/pb_buffer_fenced.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/mesa/pipe/pipebuffer/pb_buffer_fenced.c b/src/mesa/pipe/pipebuffer/pb_buffer_fenced.c index 4cf4222db9..f4fc3f6d71 100644 --- a/src/mesa/pipe/pipebuffer/pb_buffer_fenced.c +++ b/src/mesa/pipe/pipebuffer/pb_buffer_fenced.c @@ -34,12 +34,10 @@ */ -#include <assert.h> -#include <stdlib.h> - #include "linked_list.h" #include "p_compiler.h" +#include "p_debug.h" #include "p_winsys.h" #include "p_thread.h" #include "p_util.h" |
