Commit 955841e6 authored by Adam Michalik's avatar Adam Michalik

Replace #include <iostream> with #include <ostream>

iostream is not actually necessary here, and it introduces unnecessary
static initializers.
parent a25e9964
......@@ -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 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment