diff options
author | Stefan Biereigel <stefan.biereigel@cern.ch> | 2019-06-07 09:47:33 +0200 |
---|---|---|
committer | Stefan Biereigel <stefan.biereigel@cern.ch> | 2019-06-07 09:47:33 +0200 |
commit | d018e026142b9903a6f51b0a76ab109e86c4c59b (patch) | |
tree | 4d3df79ec255f73bf28cf3c930f478435ae0a18d | |
parent | b894187cf66dfa346eddeccf42c38c0635db9524 (diff) | |
download | yosys-d018e026142b9903a6f51b0a76ab109e86c4c59b.tar.gz yosys-d018e026142b9903a6f51b0a76ab109e86c4c59b.tar.bz2 yosys-d018e026142b9903a6f51b0a76ab109e86c4c59b.zip |
remove boost/log/exceptions.hpp from wrapper generator
-rw-r--r-- | misc/py_wrap_generator.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/misc/py_wrap_generator.py b/misc/py_wrap_generator.py index 9f2c72915..9e5727499 100644 --- a/misc/py_wrap_generator.py +++ b/misc/py_wrap_generator.py @@ -2026,7 +2026,6 @@ def gen_wrappers(filename, debug_level_ = 0): #include <boost/python/wrapper.hpp> #include <boost/python/call.hpp> #include <boost/python.hpp> -#include <boost/log/exceptions.hpp> USING_YOSYS_NAMESPACE |