Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Spot
Spot
Commits
b71360ae
Commit
b71360ae
authored
Mar 21, 2008
by
Damien Lefortier
Browse files
Avoid <iostream> in headers, better use <iosfwd>.
parent
c764b202
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
b71360ae
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
...
...
src/misc/freelist.hh
View file @
b71360ae
...
...
@@ -25,7 +25,7 @@
#include
<list>
#include
<utility>
#include
<ios
tream
>
#include
<ios
fwd
>
namespace
spot
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment