aboutsummaryrefslogtreecommitdiffstats
path: root/test/libsolidity/ASTJSONTest.cpp
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2018-10-10 02:06:22 +0800
committerAlex Beregszaszi <alex@rtfs.hu>2018-10-10 02:06:22 +0800
commit6c3d12d85bc7977817e8dc1c5bd0af4b29406b58 (patch)
treefbadce5bd4fc1a71df870f625268397a9a112000 /test/libsolidity/ASTJSONTest.cpp
parent9e032bff43b8d2a49e4e2ecae1e98e6823fa5288 (diff)
downloaddexon-solidity-6c3d12d85bc7977817e8dc1c5bd0af4b29406b58.tar.gz
dexon-solidity-6c3d12d85bc7977817e8dc1c5bd0af4b29406b58.tar.zst
dexon-solidity-6c3d12d85bc7977817e8dc1c5bd0af4b29406b58.zip
Do not require ctype/stdio if not needed
Diffstat (limited to 'test/libsolidity/ASTJSONTest.cpp')
-rw-r--r--test/libsolidity/ASTJSONTest.cpp1
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>