Do not require ctype/stdio if not needed

This commit is contained in:
Alex Beregszaszi
2018-10-09 19:06:22 +01:00
parent 9e032bff43
commit 6c3d12d85b
5 changed files with 2 additions and 5 deletions
-1
View File
@@ -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>
-1
View File
@@ -20,7 +20,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>