diff options
Diffstat (limited to 'src/sat/bsat/satChecker.c')
-rw-r--r-- | src/sat/bsat/satChecker.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sat/bsat/satChecker.c b/src/sat/bsat/satChecker.c index f478928c..70bb9c85 100644 --- a/src/sat/bsat/satChecker.c +++ b/src/sat/bsat/satChecker.c @@ -22,7 +22,7 @@ #include <stdlib.h> #include <string.h> #include <assert.h> -#include <time.h> + #include "misc/vec/vec.h" ABC_NAMESPACE_IMPL_START |