aboutsummaryrefslogtreecommitdiffstats
path: root/state.cpp
diff options
context:
space:
mode:
authorCJentzsch <jentzsch.software@gmail.com>2015-02-06 05:41:40 +0800
committerCJentzsch <jentzsch.software@gmail.com>2015-02-06 05:41:40 +0800
commitf168904410528731d6d074a7c6502f7596151c09 (patch)
tree34d03752af598c29659adf356e7f07e1674c4399 /state.cpp
parented2b4cff41a23e81e706c47b0187a18f5c7ea8d2 (diff)
parent969366f46b83c57461fc5399fff76bd07738b6f2 (diff)
downloaddexon-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.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/state.cpp b/state.cpp
index 6da18e70..fb54a62a 100644
--- a/state.cpp
+++ b/state.cpp
@@ -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 {