Moving #include to the top of the file in 'giaUtil.c'.

This commit is contained in:
Alan Mishchenko 2013-09-10 13:21:17 -07:00
parent d4c70cb6c1
commit 60540f3c61
1 changed files with 1 additions and 2 deletions

View File

@ -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.]