[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 a0d9bab566
commit bd4e0f19b9
4 changed files with 0 additions and 4 deletions

View file

@ -37,7 +37,6 @@
#include <string.h>
#include <stdlib.h>
#include <fcntl.h>
#include <assert.h>
#include <sys/stat.h>
#include "kernel.h"