Fix #include in cc files
This commit is contained in:
parent
243ebec887
commit
e3da722b66
@ -33,7 +33,7 @@
|
||||
#include <unistd.h>
|
||||
|
||||
#include "conformance.pb.h"
|
||||
#include "google/protobuf/test_messages_proto3.pb.h"
|
||||
#include <google/protobuf/test_messages_proto3.pb.h>
|
||||
#include <google/protobuf/util/json_util.h>
|
||||
#include <google/protobuf/util/type_resolver_util.h>
|
||||
|
||||
|
@ -34,7 +34,7 @@
|
||||
|
||||
#include "conformance.pb.h"
|
||||
#include "conformance_test.h"
|
||||
#include "google/protobuf/test_messages_proto3.pb.h"
|
||||
#include <google/protobuf/test_messages_proto3.pb.h>
|
||||
|
||||
#include <google/protobuf/stubs/common.h>
|
||||
#include <google/protobuf/stubs/stringprintf.h>
|
||||
|
@ -1,4 +1,4 @@
|
||||
#include "google/protobuf/compiler/js/well_known_types_embed.h"
|
||||
#include <google/protobuf/compiler/js/well_known_types_embed.h>
|
||||
struct FileToc well_known_types_js[] = {
|
||||
{"any.js",
|
||||
"// Protocol Buffers - Google's data interchange format\n"
|
||||
|
Loading…
Reference in New Issue
Block a user