diff options
author | chriseth <c@ethdev.com> | 2016-04-12 06:54:14 +0800 |
---|---|---|
committer | chriseth <c@ethdev.com> | 2016-04-12 07:03:46 +0800 |
commit | 6f54b13d7aae874f378149fbdb66a6bc8c132f5a (patch) | |
tree | 1f7ba5c7d2504fac7f036181f2d0f9e87c73c130 /liblll | |
parent | 193b1c940ce3e21d52e2cbdd253c1d7cb820fa06 (diff) | |
download | dexon-solidity-6f54b13d7aae874f378149fbdb66a6bc8c132f5a.tar.gz dexon-solidity-6f54b13d7aae874f378149fbdb66a6bc8c132f5a.tar.zst dexon-solidity-6f54b13d7aae874f378149fbdb66a6bc8c132f5a.zip |
Remove log.h from solidity.
Diffstat (limited to 'liblll')
-rw-r--r-- | liblll/CodeFragment.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/liblll/CodeFragment.cpp b/liblll/CodeFragment.cpp index 7998a5b5..e9f86ba0 100644 --- a/liblll/CodeFragment.cpp +++ b/liblll/CodeFragment.cpp @@ -28,7 +28,6 @@ #include <boost/spirit/include/support_utree.hpp> #pragma warning(pop) #pragma GCC diagnostic pop -#include <libdevcore/Log.h> #include <libdevcore/CommonIO.h> #include <libevmasm/Instruction.h> #include "CompilerState.h" |