Fix #include in cc files
This commit is contained in:
parent
243ebec887
commit
e3da722b66
3 changed files with 3 additions and 3 deletions
|
@ -33,7 +33,7 @@
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
|
||||||
#include "conformance.pb.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/json_util.h>
|
||||||
#include <google/protobuf/util/type_resolver_util.h>
|
#include <google/protobuf/util/type_resolver_util.h>
|
||||||
|
|
||||||
|
|
|
@ -34,7 +34,7 @@
|
||||||
|
|
||||||
#include "conformance.pb.h"
|
#include "conformance.pb.h"
|
||||||
#include "conformance_test.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/common.h>
|
||||||
#include <google/protobuf/stubs/stringprintf.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[] = {
|
struct FileToc well_known_types_js[] = {
|
||||||
{"any.js",
|
{"any.js",
|
||||||
"// Protocol Buffers - Google's data interchange format\n"
|
"// Protocol Buffers - Google's data interchange format\n"
|
||||||
|
|
Loading…
Add table
Reference in a new issue