aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2016-10-26 21:27:39 +0800
committerAlex Beregszaszi <alex@rtfs.hu>2016-11-01 07:19:32 +0800
commitb24eed1c3e2f4527444b33cf1bba418480934f64 (patch)
treea09861e0cb289f83a4dd65d2412b21b2625e5c9b
parent9b65a79cb35860f4de6c653ded0e6ab58cf6d57e (diff)
downloaddexon-solidity-b24eed1c3e2f4527444b33cf1bba418480934f64.tar
dexon-solidity-b24eed1c3e2f4527444b33cf1bba418480934f64.tar.gz
dexon-solidity-b24eed1c3e2f4527444b33cf1bba418480934f64.tar.bz2
dexon-solidity-b24eed1c3e2f4527444b33cf1bba418480934f64.tar.lz
dexon-solidity-b24eed1c3e2f4527444b33cf1bba418480934f64.tar.xz
dexon-solidity-b24eed1c3e2f4527444b33cf1bba418480934f64.tar.zst
dexon-solidity-b24eed1c3e2f4527444b33cf1bba418480934f64.zip
LLL: remove unneeded includes
-rw-r--r--liblll/CodeFragment.cpp3
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)
{