[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

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

View file

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

View file

@ -34,7 +34,6 @@
DATE: (C) february 2000
*************************************************************************/
#include <stdlib.h>
#include <assert.h>
#include <string.h>
#include "kernel.h"
#include "imatrix.h"

View file

@ -36,7 +36,6 @@
*************************************************************************/
#include <stdlib.h>
#include <limits.h>
#include <assert.h>
#include "kernel.h"
/*======================================================================*/