From 187cfc57001b01a057ab76e6d31188bd822a449c Mon Sep 17 00:00:00 2001 From: Matthew Wu Date: Thu, 22 Oct 2015 16:09:56 -0700 Subject: Change the #include for any.h to use angle brackets instead of quotes, to be consistent with other protobuf library includes. --- src/google/protobuf/compiler/cpp/cpp_file.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/google/protobuf/compiler/cpp/cpp_file.cc') diff --git a/src/google/protobuf/compiler/cpp/cpp_file.cc b/src/google/protobuf/compiler/cpp/cpp_file.cc index 8e8bd8b7..4906985d 100644 --- a/src/google/protobuf/compiler/cpp/cpp_file.cc +++ b/src/google/protobuf/compiler/cpp/cpp_file.cc @@ -846,7 +846,7 @@ void FileGenerator::GenerateLibraryIncludes(io::Printer* printer) { if (IsAnyMessage(file_)) { printer->Print( - "#include \"google/protobuf/any.h\"\n"); + "#include \n"); } } -- cgit v1.2.3