Index: third_party/protobuf/src/google/protobuf/message_lite.cc |
=================================================================== |
--- third_party/protobuf/src/google/protobuf/message_lite.cc (revision 216642) |
+++ third_party/protobuf/src/google/protobuf/message_lite.cc (working copy) |
@@ -37,8 +37,8 @@ |
#include <string> |
#include <google/protobuf/stubs/common.h> |
#include <google/protobuf/io/coded_stream.h> |
-#include <google/protobuf/io/zero_copy_stream_impl.h> |
-#include <google/protobuf/stubs/stl_util-inl.h> |
+#include <google/protobuf/io/zero_copy_stream_impl_lite.h> |
+#include <google/protobuf/stubs/stl_util.h> |
namespace google { |
namespace protobuf { |