[poincare] Remove ostream and iostream header inclusions and keep them precisely where needed

This commit is contained in:
Ruben Dashyan
2020-02-13 14:24:08 +01:00
committed by Émilie Feral
parent b05202f2ec
commit 8e71e03b6e
5 changed files with 0 additions and 15 deletions

View File

@@ -18,9 +18,6 @@ extern "C" {
#include <string.h>
#include <assert.h>
}
#if POINCARE_INTEGER_LOG
#include<iostream>
#endif
#include <algorithm>
namespace Poincare {