Replace #include <iostream> with #include <ostream>
iostream is not actually necessary here, and it introduces unnecessary static initializers.
This commit is contained in:
parent
a25e9964b1
commit
955841e620
@ -31,7 +31,7 @@
|
||||
#include <google/protobuf/stubs/int128.h>
|
||||
|
||||
#include <iomanip>
|
||||
#include <iostream> // NOLINT(readability/streams)
|
||||
#include <ostream> // NOLINT(readability/streams)
|
||||
#include <sstream>
|
||||
|
||||
namespace google {
|
||||
|
Loading…
Reference in New Issue
Block a user