mirror of https://github.com/YosysHQ/abc.git
Fixing misplaced guard.
This commit is contained in:
parent
a38d012563
commit
645d8667c3
|
|
@ -16,13 +16,6 @@
|
|||
#include <sat/cnf/cnf.h>
|
||||
#include <aig/gia/giaAig.h>
|
||||
|
||||
ABC_NAMESPACE_IMPL_START
|
||||
|
||||
extern "C" {
|
||||
Abc_Ntk_t * Abc_NtkFromAigPhase( Aig_Man_t * pMan );
|
||||
void Wlc_NtkSimulatePrint( Wlc_Ntk_t * p, Vec_Int_t * vNodes, Vec_Ptr_t * vRes, int nWords, int nFrames );
|
||||
}
|
||||
|
||||
#include <sys/wait.h>
|
||||
|
||||
#include <iostream>
|
||||
|
|
@ -32,6 +25,8 @@ extern "C" {
|
|||
#include <array>
|
||||
#include <regex>
|
||||
|
||||
ABC_NAMESPACE_IMPL_START
|
||||
|
||||
using namespace std;
|
||||
|
||||
namespace UFAR {
|
||||
|
|
|
|||
Loading…
Reference in New Issue