Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Spot
Spot
Commits
7ee52041
Commit
7ee52041
authored
Mar 13, 2017
by
Alexandre Duret-Lutz
Browse files
[buddy] remove useless #include<assert.h>
* src/bddio.c, src/bddop.c, src/imatrix.c, src/pairs.c: Here.
parent
d0f92d75
Changes
4
Show whitespace changes
Inline
Side-by-side
buddy/src/bddio.c
View file @
7ee52041
...
...
@@ -37,7 +37,6 @@
#include
<string.h>
#include
<stdlib.h>
#include
<fcntl.h>
#include
<assert.h>
#include
<sys/stat.h>
#include
"kernel.h"
...
...
buddy/src/bddop.c
View file @
7ee52041
...
...
@@ -38,7 +38,6 @@
#include
<string.h>
#include
<math.h>
#include
<time.h>
#include
<assert.h>
#include
"kernel.h"
#include
"cache.h"
...
...
buddy/src/imatrix.c
View file @
7ee52041
...
...
@@ -34,7 +34,6 @@
DATE: (C) february 2000
*************************************************************************/
#include
<stdlib.h>
#include
<assert.h>
#include
<string.h>
#include
"kernel.h"
#include
"imatrix.h"
...
...
buddy/src/pairs.c
View file @
7ee52041
...
...
@@ -36,7 +36,6 @@
*************************************************************************/
#include
<stdlib.h>
#include
<limits.h>
#include
<assert.h>
#include
"kernel.h"
/*======================================================================*/
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment