Remove redundant ostream, istream, iostream and sstream includes

* Replace by std::to_string and operator+ where possible.
* Move the code requiring to include <sstream> from .hpp to .cpp files.
This commit is contained in:
elsid 2022-06-27 21:32:46 +02:00
parent cec7f1e7bc
commit bef15edf0b
No known key found for this signature in database
GPG key ID: 4DE04C198CBA7625
47 changed files with 85 additions and 82 deletions

View file

@ -1,8 +1,6 @@
#ifndef COMPILER_STREAMERRORHANDLER_H_INCLUDED
#define COMPILER_STREAMERRORHANDLER_H_INCLUDED
#include <ostream>
#include "errorhandler.hpp"
namespace Compiler