diff options
author | CJentzsch <jentzsch.software@gmail.com> | 2015-02-06 05:41:40 +0800 |
---|---|---|
committer | CJentzsch <jentzsch.software@gmail.com> | 2015-02-06 05:41:40 +0800 |
commit | f168904410528731d6d074a7c6502f7596151c09 (patch) | |
tree | 34d03752af598c29659adf356e7f07e1674c4399 /state.cpp | |
parent | ed2b4cff41a23e81e706c47b0187a18f5c7ea8d2 (diff) | |
parent | 969366f46b83c57461fc5399fff76bd07738b6f2 (diff) | |
download | dexon-solidity-f168904410528731d6d074a7c6502f7596151c09.tar dexon-solidity-f168904410528731d6d074a7c6502f7596151c09.tar.gz dexon-solidity-f168904410528731d6d074a7c6502f7596151c09.tar.bz2 dexon-solidity-f168904410528731d6d074a7c6502f7596151c09.tar.lz dexon-solidity-f168904410528731d6d074a7c6502f7596151c09.tar.xz dexon-solidity-f168904410528731d6d074a7c6502f7596151c09.tar.zst dexon-solidity-f168904410528731d6d074a7c6502f7596151c09.zip |
Merge remote-tracking branch 'upstream/develop' into addTests
Diffstat (limited to 'state.cpp')
-rw-r--r-- | state.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -24,7 +24,7 @@ #include <boost/test/unit_test.hpp> #include "JsonSpiritHeaders.h" #include <libdevcore/CommonIO.h> -#include <libethereum/BlockChain.h> +#include <libethereum/CanonBlockChain.h> #include <libethereum/State.h> #include <libethereum/ExtVM.h> #include <libethereum/Defaults.h> @@ -35,7 +35,6 @@ using namespace std; using namespace json_spirit; using namespace dev; using namespace dev::eth; -using namespace dev::eth; namespace dev { namespace test { |