Index: third_party/protobuf/patches/0003-remove-static-initializers.patch |
diff --git a/third_party/protobuf/patches/0003-remove-static-initializers.patch b/third_party/protobuf/patches/0003-remove-static-initializers.patch |
index ed88d0a7fc171eef9293a0fde86e303c35e4d461..d5b6baedd36e38826c9885b695f3f4f6c724865b 100644 |
--- a/third_party/protobuf/patches/0003-remove-static-initializers.patch |
+++ b/third_party/protobuf/patches/0003-remove-static-initializers.patch |
@@ -58,14 +58,3 @@ unchanged: |
bool ok() const { |
only in patch2: |
unchanged: |
---- protobuf-cleaned/src/google/protobuf/stubs/int128.cc 2015-12-30 13:21:46.000000000 -0800 |
-+++ protobuf-patched/src/google/protobuf/stubs/int128.cc 2016-03-31 13:25:40.888006485 -0700 |
-@@ -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 { |