aboutsummaryrefslogtreecommitdiffstats
path: root/test/contracts
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2017-08-25 17:57:33 +0800
committerchriseth <chris@ethereum.org>2017-08-25 17:57:33 +0800
commitbfc7d71f518bf2ad19bb906d62815fee34bed966 (patch)
tree43cc1de58a218037e3b0b2b5d1c37996fe01141f /test/contracts
parent012d9f7906bce1e156a44392bbb4aea7ccd9f85d (diff)
downloaddexon-solidity-bfc7d71f518bf2ad19bb906d62815fee34bed966.tar.gz
dexon-solidity-bfc7d71f518bf2ad19bb906d62815fee34bed966.tar.zst
dexon-solidity-bfc7d71f518bf2ad19bb906d62815fee34bed966.zip
Cleanup: Remove ABI.h
Diffstat (limited to 'test/contracts')
-rw-r--r--test/contracts/AuctionRegistrar.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/contracts/AuctionRegistrar.cpp b/test/contracts/AuctionRegistrar.cpp
index 773b14b9..d56edc56 100644
--- a/test/contracts/AuctionRegistrar.cpp
+++ b/test/contracts/AuctionRegistrar.cpp
@@ -23,7 +23,6 @@
#include <string>
#include <tuple>
#include <boost/test/unit_test.hpp>
-#include <libdevcore/ABI.h>
#include <test/libsolidity/SolidityExecutionFramework.h>
using namespace std;