diff options
Diffstat (limited to 'src/mesa/pipe/draw/draw_vf_generic.c')
| -rw-r--r-- | src/mesa/pipe/draw/draw_vf_generic.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mesa/pipe/draw/draw_vf_generic.c b/src/mesa/pipe/draw/draw_vf_generic.c index 7f5f56ef9c..7a60a9db9c 100644 --- a/src/mesa/pipe/draw/draw_vf_generic.c +++ b/src/mesa/pipe/draw/draw_vf_generic.c @@ -27,9 +27,8 @@ */ -#include <assert.h> - #include "pipe/p_compiler.h" +#include "pipe/p_debug.h" #include "pipe/p_util.h" #include "draw_vf.h" |
