mirror of
https://github.com/protobuf-c/protobuf-c.git
synced 2024-12-27 13:31:02 +08:00
protoc-c/: fix include paths
This commit is contained in:
parent
d95640c924
commit
653c04ea2c
@ -20,8 +20,8 @@
|
||||
|
||||
// Modified to implement C code by Dave Benson.
|
||||
|
||||
#include <google/protobuf/compiler/c/c_bytes_field.h>
|
||||
#include <google/protobuf/compiler/c/c_helpers.h>
|
||||
#include <protoc-c/c_bytes_field.h>
|
||||
#include <protoc-c/c_helpers.h>
|
||||
#include <google/protobuf/io/printer.h>
|
||||
#include <google/protobuf/wire_format.h>
|
||||
#include <google/protobuf/descriptor.pb.h>
|
||||
|
@ -25,7 +25,7 @@
|
||||
|
||||
#include <map>
|
||||
#include <string>
|
||||
#include <google/protobuf/compiler/c/c_field.h>
|
||||
#include <protoc-c/c_field.h>
|
||||
|
||||
namespace google {
|
||||
namespace protobuf {
|
||||
|
@ -23,8 +23,8 @@
|
||||
#include <set>
|
||||
#include <map>
|
||||
|
||||
#include <google/protobuf/compiler/c/c_enum.h>
|
||||
#include <google/protobuf/compiler/c/c_helpers.h>
|
||||
#include <protoc-c/c_enum.h>
|
||||
#include <protoc-c/c_helpers.h>
|
||||
#include <google/protobuf/io/printer.h>
|
||||
|
||||
namespace google {
|
||||
|
@ -20,8 +20,8 @@
|
||||
|
||||
// Modified to implement C code by Dave Benson.
|
||||
|
||||
#include <google/protobuf/compiler/c/c_enum_field.h>
|
||||
#include <google/protobuf/compiler/c/c_helpers.h>
|
||||
#include <protoc-c/c_enum_field.h>
|
||||
#include <protoc-c/c_helpers.h>
|
||||
#include <google/protobuf/io/printer.h>
|
||||
#include <google/protobuf/wire_format.h>
|
||||
|
||||
|
@ -25,7 +25,7 @@
|
||||
|
||||
#include <map>
|
||||
#include <string>
|
||||
#include <google/protobuf/compiler/c/c_field.h>
|
||||
#include <protoc-c/c_field.h>
|
||||
|
||||
namespace google {
|
||||
namespace protobuf {
|
||||
|
@ -20,8 +20,8 @@
|
||||
|
||||
// Modified to implement C code by Dave Benson.
|
||||
|
||||
#include <google/protobuf/compiler/c/c_extension.h>
|
||||
#include <google/protobuf/compiler/c/c_helpers.h>
|
||||
#include <protoc-c/c_extension.h>
|
||||
#include <protoc-c/c_helpers.h>
|
||||
#include <google/protobuf/io/printer.h>
|
||||
|
||||
namespace google {
|
||||
|
@ -20,13 +20,13 @@
|
||||
|
||||
// Modified to implement C code by Dave Benson.
|
||||
|
||||
#include <google/protobuf/compiler/c/c_field.h>
|
||||
#include <google/protobuf/compiler/c/c_primitive_field.h>
|
||||
#include <google/protobuf/compiler/c/c_string_field.h>
|
||||
#include <google/protobuf/compiler/c/c_bytes_field.h>
|
||||
#include <google/protobuf/compiler/c/c_enum_field.h>
|
||||
#include <google/protobuf/compiler/c/c_message_field.h>
|
||||
#include <google/protobuf/compiler/c/c_helpers.h>
|
||||
#include <protoc-c/c_field.h>
|
||||
#include <protoc-c/c_primitive_field.h>
|
||||
#include <protoc-c/c_string_field.h>
|
||||
#include <protoc-c/c_bytes_field.h>
|
||||
#include <protoc-c/c_enum_field.h>
|
||||
#include <protoc-c/c_message_field.h>
|
||||
#include <protoc-c/c_helpers.h>
|
||||
#include <google/protobuf/descriptor.pb.h>
|
||||
#include <google/protobuf/stubs/common.h>
|
||||
#include <google/protobuf/io/printer.h>
|
||||
|
@ -20,12 +20,12 @@
|
||||
|
||||
// Modified to implement C code by Dave Benson.
|
||||
|
||||
#include <google/protobuf/compiler/c/c_file.h>
|
||||
#include <google/protobuf/compiler/c/c_enum.h>
|
||||
#include <google/protobuf/compiler/c/c_service.h>
|
||||
#include <google/protobuf/compiler/c/c_extension.h>
|
||||
#include <google/protobuf/compiler/c/c_helpers.h>
|
||||
#include <google/protobuf/compiler/c/c_message.h>
|
||||
#include <protoc-c/c_file.h>
|
||||
#include <protoc-c/c_enum.h>
|
||||
#include <protoc-c/c_service.h>
|
||||
#include <protoc-c/c_extension.h>
|
||||
#include <protoc-c/c_helpers.h>
|
||||
#include <protoc-c/c_message.h>
|
||||
#include <google/protobuf/io/printer.h>
|
||||
#include <google/protobuf/descriptor.pb.h>
|
||||
|
||||
|
@ -26,7 +26,7 @@
|
||||
#include <string>
|
||||
#include <vector>
|
||||
#include <google/protobuf/stubs/common.h>
|
||||
#include <google/protobuf/compiler/c/c_field.h>
|
||||
#include <protoc-c/c_field.h>
|
||||
|
||||
namespace google {
|
||||
namespace protobuf {
|
||||
|
@ -20,13 +20,13 @@
|
||||
|
||||
// Modified to implement C code by Dave Benson.
|
||||
|
||||
#include <google/protobuf/compiler/c/c_generator.h>
|
||||
#include <protoc-c/c_generator.h>
|
||||
|
||||
#include <vector>
|
||||
#include <utility>
|
||||
|
||||
#include <google/protobuf/compiler/c/c_file.h>
|
||||
#include <google/protobuf/compiler/c/c_helpers.h>
|
||||
#include <protoc-c/c_file.h>
|
||||
#include <protoc-c/c_helpers.h>
|
||||
#include <google/protobuf/io/printer.h>
|
||||
#include <google/protobuf/io/zero_copy_stream.h>
|
||||
#include <google/protobuf/descriptor.pb.h>
|
||||
|
@ -25,7 +25,7 @@
|
||||
#include <stdio.h> // for snprintf
|
||||
#include <float.h>
|
||||
|
||||
#include <google/protobuf/compiler/c/c_helpers.h>
|
||||
#include <protoc-c/c_helpers.h>
|
||||
#include <google/protobuf/stubs/common.h>
|
||||
|
||||
namespace google {
|
||||
|
@ -22,10 +22,10 @@
|
||||
|
||||
#include <algorithm>
|
||||
#include <map>
|
||||
#include <google/protobuf/compiler/c/c_message.h>
|
||||
#include <google/protobuf/compiler/c/c_enum.h>
|
||||
#include <google/protobuf/compiler/c/c_extension.h>
|
||||
#include <google/protobuf/compiler/c/c_helpers.h>
|
||||
#include <protoc-c/c_message.h>
|
||||
#include <protoc-c/c_enum.h>
|
||||
#include <protoc-c/c_extension.h>
|
||||
#include <protoc-c/c_helpers.h>
|
||||
#include <google/protobuf/io/printer.h>
|
||||
#include <google/protobuf/io/coded_stream.h>
|
||||
#include <google/protobuf/wire_format.h>
|
||||
|
@ -25,7 +25,7 @@
|
||||
|
||||
#include <string>
|
||||
#include <google/protobuf/stubs/common.h>
|
||||
#include <google/protobuf/compiler/c/c_field.h>
|
||||
#include <protoc-c/c_field.h>
|
||||
|
||||
namespace google {
|
||||
namespace protobuf {
|
||||
|
@ -20,8 +20,8 @@
|
||||
|
||||
// Modified to implement C code by Dave Benson.
|
||||
|
||||
#include <google/protobuf/compiler/c/c_message_field.h>
|
||||
#include <google/protobuf/compiler/c/c_helpers.h>
|
||||
#include <protoc-c/c_message_field.h>
|
||||
#include <protoc-c/c_helpers.h>
|
||||
#include <google/protobuf/io/printer.h>
|
||||
#include <google/protobuf/wire_format.h>
|
||||
|
||||
|
@ -25,7 +25,7 @@
|
||||
|
||||
#include <map>
|
||||
#include <string>
|
||||
#include <google/protobuf/compiler/c/c_field.h>
|
||||
#include <protoc-c/c_field.h>
|
||||
|
||||
namespace google {
|
||||
namespace protobuf {
|
||||
|
@ -20,8 +20,8 @@
|
||||
|
||||
// Modified to implement C code by Dave Benson.
|
||||
|
||||
#include <google/protobuf/compiler/c/c_primitive_field.h>
|
||||
#include <google/protobuf/compiler/c/c_helpers.h>
|
||||
#include <protoc-c/c_primitive_field.h>
|
||||
#include <protoc-c/c_helpers.h>
|
||||
#include <google/protobuf/io/printer.h>
|
||||
#include <google/protobuf/wire_format.h>
|
||||
|
||||
|
@ -25,7 +25,7 @@
|
||||
|
||||
#include <map>
|
||||
#include <string>
|
||||
#include <google/protobuf/compiler/c/c_field.h>
|
||||
#include <protoc-c/c_field.h>
|
||||
|
||||
namespace google {
|
||||
namespace protobuf {
|
||||
|
@ -20,8 +20,8 @@
|
||||
|
||||
// Modified to implement C code by Dave Benson.
|
||||
|
||||
#include <google/protobuf/compiler/c/c_service.h>
|
||||
#include <google/protobuf/compiler/c/c_helpers.h>
|
||||
#include <protoc-c/c_service.h>
|
||||
#include <protoc-c/c_helpers.h>
|
||||
#include <google/protobuf/io/printer.h>
|
||||
|
||||
namespace google {
|
||||
|
@ -20,8 +20,8 @@
|
||||
|
||||
// Modified to implement C code by Dave Benson.
|
||||
|
||||
#include <google/protobuf/compiler/c/c_string_field.h>
|
||||
#include <google/protobuf/compiler/c/c_helpers.h>
|
||||
#include <protoc-c/c_string_field.h>
|
||||
#include <protoc-c/c_helpers.h>
|
||||
#include <google/protobuf/io/printer.h>
|
||||
#include <google/protobuf/wire_format.h>
|
||||
#include <google/protobuf/descriptor.pb.h>
|
||||
|
@ -25,7 +25,7 @@
|
||||
|
||||
#include <map>
|
||||
#include <string>
|
||||
#include <google/protobuf/compiler/c/c_field.h>
|
||||
#include <protoc-c/c_field.h>
|
||||
|
||||
namespace google {
|
||||
namespace protobuf {
|
||||
|
@ -1,5 +1,5 @@
|
||||
#include <google/protobuf/compiler/command_line_interface.h>
|
||||
#include <google/protobuf/compiler/c/c_generator.h>
|
||||
#include <protoc-c/c_generator.h>
|
||||
|
||||
|
||||
int main(int argc, char* argv[]) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user