[buddy] remove useless #include<assert.h>

* src/bddio.c, src/bddop.c, src/imatrix.c, src/pairs.c: Here.
This commit is contained in:
Alexandre Duret-Lutz 2017-03-13 22:17:49 +01:00
parent d0f92d75a1
commit 7ee52041dd
4 changed files with 0 additions and 4 deletions

View file

@ -38,7 +38,6 @@
#include <string.h>
#include <math.h>
#include <time.h>
#include <assert.h>
#include "kernel.h"
#include "cache.h"