Updating imports that were introduced with merge

This commit is contained in:
Fredrik
2017-09-05 12:08:02 +02:00
parent dccdedc001
commit 2b39af1f09
5 changed files with 7 additions and 5 deletions

View File

@@ -26,13 +26,14 @@ extern crate test;
extern crate ethcore;
extern crate evm;
extern crate ethcore_util;
extern crate ethcore_bigint;
extern crate rustc_hex;
use self::test::{Bencher, black_box};
use evm::run_vm;
use ethcore::vm::ActionParams;
use ethcore_util::U256;
use ethcore_bigint::prelude::U256;
use rustc_hex::FromHex;
#[bench]