mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-28 21:07:59 +03:00
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:
parent
cec7f1e7bc
commit
bef15edf0b
47 changed files with 85 additions and 82 deletions
|
@ -1,8 +1,6 @@
|
|||
#ifndef COMPILER_STREAMERRORHANDLER_H_INCLUDED
|
||||
#define COMPILER_STREAMERRORHANDLER_H_INCLUDED
|
||||
|
||||
#include <ostream>
|
||||
|
||||
#include "errorhandler.hpp"
|
||||
|
||||
namespace Compiler
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue