diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2017-08-21 21:08:58 +0800 |
---|---|---|
committer | Alex Beregszaszi <alex@rtfs.hu> | 2017-08-21 21:08:58 +0800 |
commit | b3986f1d079a98b0894c735111880eb23b177f19 (patch) | |
tree | b7e9c0497b8be4919761a8dcda4a56521e3f514a /test/Metadata.cpp | |
parent | 83b90f3e8a3ee168ba00eff33c4443d00bbb8a57 (diff) | |
download | dexon-solidity-b3986f1d079a98b0894c735111880eb23b177f19.tar.gz dexon-solidity-b3986f1d079a98b0894c735111880eb23b177f19.tar.zst dexon-solidity-b3986f1d079a98b0894c735111880eb23b177f19.zip |
Remove some unused includes
Diffstat (limited to 'test/Metadata.cpp')
-rw-r--r-- | test/Metadata.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/Metadata.cpp b/test/Metadata.cpp index 03f905b1..e4de0a6b 100644 --- a/test/Metadata.cpp +++ b/test/Metadata.cpp @@ -21,7 +21,6 @@ #include <string> #include <iostream> -#include <regex> #include <libdevcore/JSON.h> using namespace std; |