diff options
author | chriseth <chris@ethereum.org> | 2018-10-10 17:43:42 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-10 17:43:42 +0800 |
commit | 06200b4b64c911ea2e0b12076e0fa02093dacbf8 (patch) | |
tree | 5465e3be065998e506145d8e7272cc783d185427 /test/libsolidity/ASTJSONTest.cpp | |
parent | f6f0cecc2f64f4fcda3da467bbe306b5859729aa (diff) | |
parent | 6c3d12d85bc7977817e8dc1c5bd0af4b29406b58 (diff) | |
download | dexon-solidity-06200b4b64c911ea2e0b12076e0fa02093dacbf8.tar dexon-solidity-06200b4b64c911ea2e0b12076e0fa02093dacbf8.tar.gz dexon-solidity-06200b4b64c911ea2e0b12076e0fa02093dacbf8.tar.bz2 dexon-solidity-06200b4b64c911ea2e0b12076e0fa02093dacbf8.tar.lz dexon-solidity-06200b4b64c911ea2e0b12076e0fa02093dacbf8.tar.xz dexon-solidity-06200b4b64c911ea2e0b12076e0fa02093dacbf8.tar.zst dexon-solidity-06200b4b64c911ea2e0b12076e0fa02093dacbf8.zip |
Merge pull request #5180 from ethereum/cpp-cleanup
Some C++ cleanup
Diffstat (limited to 'test/libsolidity/ASTJSONTest.cpp')
-rw-r--r-- | test/libsolidity/ASTJSONTest.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/libsolidity/ASTJSONTest.cpp b/test/libsolidity/ASTJSONTest.cpp index 05839c1f..be482d99 100644 --- a/test/libsolidity/ASTJSONTest.cpp +++ b/test/libsolidity/ASTJSONTest.cpp @@ -22,7 +22,6 @@ #include <boost/algorithm/string.hpp> #include <boost/algorithm/string/predicate.hpp> #include <boost/throw_exception.hpp> -#include <cctype> #include <fstream> #include <memory> #include <stdexcept> |