summaryrefslogtreecommitdiffstats
path: root/src/map/mio/mio.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/mio/mio.c')
-rw-r--r--src/map/mio/mio.c8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/map/mio/mio.c b/src/map/mio/mio.c
index 2121b7b9..a034e549 100644
--- a/src/map/mio/mio.c
+++ b/src/map/mio/mio.c
@@ -22,10 +22,8 @@
#include <unistd.h>
#endif
-#include "abc.h"
-#include "mvc.h"
-#include "mainInt.h"
-#include "mioInt.h"
+#include "main.h"
+#include "mio.h"
#include "mapper.h"
#include "amap.h"
@@ -276,7 +274,7 @@ int Mio_CommandReadLibrary( Abc_Frame_t * pAbc, int argc, char **argv )
fclose( pFile );
// set the new network
- pLib = Mio_LibraryRead( pAbc, FileName, 0, fVerbose );
+ pLib = Mio_LibraryRead( FileName, 0, fVerbose );
if ( pLib == NULL )
{
fprintf( pErr, "Reading GENLIB library has failed.\n" );