commit | 2b853c4067a7bfd6caf6fe98665d1a63977306b1 | [log] [tgz] |
---|---|---|
author | Aaron Jacobs <aaronjjacobs@gmail.com> | Thu Dec 22 03:18:24 2011 +0000 |
committer | Aaron Jacobs <aaronjjacobs@gmail.com> | Thu Dec 22 03:18:24 2011 +0000 |
tree | 42454d8f6ed4e50ad2fe4eb509f2ff8946a43735 | |
parent | 7c507d7ebacb7bf2a08a783cfdafea67a1770bb0 [diff] |
Got rid of several unnecessary includes of <iostream>. Including <iostream> causes the file to be polluted with a static initializer for the __ioinit symbol. This can harm binary startup time. For more info, see here: http://neugierig.org/software/chromium/notes/2011/08/static-initializers.html