[buddy] remove useless #include<assert.h>
* src/bddio.c, src/bddop.c, src/imatrix.c, src/pairs.c: Here.
This commit is contained in:
parent
a0d9bab566
commit
bd4e0f19b9
4 changed files with 0 additions and 4 deletions
|
|
@ -37,7 +37,6 @@
|
|||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
#include <fcntl.h>
|
||||
#include <assert.h>
|
||||
#include <sys/stat.h>
|
||||
#include "kernel.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -38,7 +38,6 @@
|
|||
#include <string.h>
|
||||
#include <math.h>
|
||||
#include <time.h>
|
||||
#include <assert.h>
|
||||
|
||||
#include "kernel.h"
|
||||
#include "cache.h"
|
||||
|
|
|
|||
|
|
@ -34,7 +34,6 @@
|
|||
DATE: (C) february 2000
|
||||
*************************************************************************/
|
||||
#include <stdlib.h>
|
||||
#include <assert.h>
|
||||
#include <string.h>
|
||||
#include "kernel.h"
|
||||
#include "imatrix.h"
|
||||
|
|
|
|||
|
|
@ -36,7 +36,6 @@
|
|||
*************************************************************************/
|
||||
#include <stdlib.h>
|
||||
#include <limits.h>
|
||||
#include <assert.h>
|
||||
#include "kernel.h"
|
||||
|
||||
/*======================================================================*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue