Merge pull request #135 from Kojoley/prune-iostream-includes

Prune <iostream> includes
This commit is contained in:
jzmaddock
2021-06-11 18:21:35 +01:00
committed by GitHub
2 changed files with 1 additions and 3 deletions

View File

@ -67,8 +67,6 @@ Accepts UTF-32 code points and forwards them on as UTF-16 code points.
#include <ios>
#include <limits.h> // CHAR_BIT
#include <iostream>
#ifndef BOOST_REGEX_STANDALONE
#include <boost/throw_exception.hpp>
#endif