diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2016-10-26 21:27:39 +0800 |
---|---|---|
committer | Alex Beregszaszi <alex@rtfs.hu> | 2016-11-01 07:19:32 +0800 |
commit | b24eed1c3e2f4527444b33cf1bba418480934f64 (patch) | |
tree | a09861e0cb289f83a4dd65d2412b21b2625e5c9b /liblll/CodeFragment.cpp | |
parent | 9b65a79cb35860f4de6c653ded0e6ab58cf6d57e (diff) | |
download | dexon-solidity-b24eed1c3e2f4527444b33cf1bba418480934f64.tar.gz dexon-solidity-b24eed1c3e2f4527444b33cf1bba418480934f64.tar.zst dexon-solidity-b24eed1c3e2f4527444b33cf1bba418480934f64.zip |
LLL: remove unneeded includes
Diffstat (limited to 'liblll/CodeFragment.cpp')
-rw-r--r-- | liblll/CodeFragment.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/liblll/CodeFragment.cpp b/liblll/CodeFragment.cpp index 0ba072a4..ac9eac37 100644 --- a/liblll/CodeFragment.cpp +++ b/liblll/CodeFragment.cpp @@ -35,9 +35,6 @@ using namespace std; using namespace dev; using namespace dev::eth; -namespace qi = boost::spirit::qi; -namespace px = boost::phoenix; -namespace sp = boost::spirit; void CodeFragment::finalise(CompilerState const& _cs) { |