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
This commit is contained in:
Aaron Jacobs
2011-12-22 03:18:24 +00:00
parent 7c507d7eba
commit 2b853c4067
6 changed files with 15 additions and 8 deletions

View File

@@ -11,7 +11,6 @@
#endif // if !defined(JSON_IS_AMALGAMATION)
# include <vector>
# include <string>
# include <iostream>
namespace Json {