Avoid <iostream> in headers, better use <iosfwd>.

This commit is contained in:
Damien Lefortier 2008-03-21 21:59:34 +01:00
parent c764b2021d
commit b71360ae44
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2008-03-21 Damien Lefortier <dam@lrde.epita.fr>
* src/misc/freelist.hh: Avoid <iostream> in headers, better use <iosfwd>.
2008-03-21 Alexandre Duret-Lutz <adl@lrde.epita.fr> 2008-03-21 Alexandre Duret-Lutz <adl@lrde.epita.fr>
* src/tgbatest/ltl2tgba.cc, src/misc/hash.hh: Reformat the header * src/tgbatest/ltl2tgba.cc, src/misc/hash.hh: Reformat the header

View file

@ -25,7 +25,7 @@
#include <list> #include <list>
#include <utility> #include <utility>
#include <iostream> #include <iosfwd>
namespace spot namespace spot
{ {