mirror of https://github.com/YosysHQ/abc.git
pyabc: silnce more warnings
This commit is contained in:
parent
4ade9fc7c8
commit
f42131935e
|
|
@ -18,14 +18,13 @@
|
|||
|
||||
***********************************************************************/
|
||||
|
||||
#include "src/base/abc/abc.h"
|
||||
#include "mainInt.h"
|
||||
|
||||
#ifdef ABC_PYTHON_EMBED
|
||||
#include <Python.h>
|
||||
|
||||
#endif /* ABC_PYTHON_EMBED */
|
||||
|
||||
#include "src/base/abc/abc.h"
|
||||
#include "mainInt.h"
|
||||
|
||||
ABC_NAMESPACE_IMPL_START
|
||||
|
||||
// this line should be included in the library project
|
||||
|
|
|
|||
Loading…
Reference in New Issue