mirror of https://github.com/YosysHQ/abc.git
Moving #include to the top of the file in 'giaUtil.c'.
This commit is contained in:
parent
d4c70cb6c1
commit
60540f3c61
|
|
@ -19,6 +19,7 @@
|
|||
***********************************************************************/
|
||||
|
||||
#include "gia.h"
|
||||
#include "base/main/mainInt.h"
|
||||
|
||||
ABC_NAMESPACE_IMPL_START
|
||||
|
||||
|
|
@ -1562,8 +1563,6 @@ int Gia_ManHasChoices_very_old( Gia_Man_t * p )
|
|||
}
|
||||
|
||||
|
||||
#include "base/main/mainInt.h"
|
||||
|
||||
/**Function*************************************************************
|
||||
|
||||
Synopsis [Proving multi-output properties.]
|
||||
|
|
|
|||
Loading…
Reference in New Issue