From 955841e620e2a70532c9ba6312e41676f1c92e6c Mon Sep 17 00:00:00 2001 From: Adam Michalik Date: Wed, 30 Mar 2016 12:54:40 -0700 Subject: Replace #include with #include iostream is not actually necessary here, and it introduces unnecessary static initializers. --- src/google/protobuf/stubs/int128.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/google/protobuf/stubs/int128.cc b/src/google/protobuf/stubs/int128.cc index d80c64f2..3a36b4b1 100644 --- a/src/google/protobuf/stubs/int128.cc +++ b/src/google/protobuf/stubs/int128.cc @@ -31,7 +31,7 @@ #include #include -#include // NOLINT(readability/streams) +#include // NOLINT(readability/streams) #include namespace google { -- cgit v1.2.3