Avoid <iostream> in headers, better use <iosfwd>.
This commit is contained in:
parent
c764b2021d
commit
b71360ae44
2 changed files with 5 additions and 1 deletions
|
|
@ -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>
|
||||
|
||||
* src/tgbatest/ltl2tgba.cc, src/misc/hash.hh: Reformat the header
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@
|
|||
|
||||
#include <list>
|
||||
#include <utility>
|
||||
#include <iostream>
|
||||
#include <iosfwd>
|
||||
|
||||
namespace spot
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue