Skip to content

Commit 22e4f91

Browse files
Automated Code Change
PiperOrigin-RevId: 849048659
1 parent e3699ac commit 22e4f91

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

src/google/protobuf/compiler/csharp/csharp_repeated_message_field.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
#include <sstream>
1111

1212
#include "google/protobuf/compiler/code_generator.h"
13-
#include "google/protobuf/descriptor.h"
1413
#include "google/protobuf/compiler/csharp/csharp_doc_comment.h"
1514
#include "google/protobuf/compiler/csharp/csharp_helpers.h"
1615
#include "google/protobuf/compiler/csharp/csharp_message_field.h"
1716
#include "google/protobuf/compiler/csharp/csharp_wrapper_field.h"
17+
#include "google/protobuf/descriptor.h"
1818
#include "google/protobuf/descriptor.pb.h"
1919
#include "google/protobuf/io/printer.h"
2020
#include "google/protobuf/io/zero_copy_stream.h"

src/google/protobuf/compiler/csharp/csharp_repeated_primitive_field.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010
#include <sstream>
1111

1212
#include "google/protobuf/compiler/code_generator.h"
13-
#include "google/protobuf/descriptor.h"
14-
#include "google/protobuf/wire_format.h"
1513
#include "google/protobuf/compiler/csharp/csharp_doc_comment.h"
1614
#include "google/protobuf/compiler/csharp/csharp_helpers.h"
15+
#include "google/protobuf/descriptor.h"
1716
#include "google/protobuf/descriptor.pb.h"
1817
#include "google/protobuf/io/printer.h"
1918
#include "google/protobuf/io/zero_copy_stream.h"
19+
#include "google/protobuf/wire_format.h"
2020

2121
namespace google {
2222
namespace protobuf {

src/google/protobuf/compiler/csharp/csharp_source_generator_base.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
#include <sstream>
1111

1212
#include "google/protobuf/compiler/code_generator.h"
13-
#include "google/protobuf/descriptor.h"
1413
#include "google/protobuf/compiler/csharp/csharp_helpers.h"
15-
#include "google/protobuf/compiler/csharp/names.h"
1614
#include "google/protobuf/compiler/csharp/csharp_options.h"
15+
#include "google/protobuf/compiler/csharp/names.h"
16+
#include "google/protobuf/descriptor.h"
1717
#include "google/protobuf/descriptor.pb.h"
1818
#include "google/protobuf/io/printer.h"
1919
#include "google/protobuf/io/zero_copy_stream.h"

src/google/protobuf/compiler/csharp/csharp_wrapper_field.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
#include <sstream>
1111

1212
#include "google/protobuf/compiler/code_generator.h"
13-
#include "google/protobuf/descriptor.h"
1413
#include "google/protobuf/compiler/csharp/csharp_doc_comment.h"
1514
#include "google/protobuf/compiler/csharp/csharp_helpers.h"
1615
#include "google/protobuf/compiler/csharp/csharp_options.h"
16+
#include "google/protobuf/descriptor.h"
1717
#include "google/protobuf/descriptor.pb.h"
1818
#include "google/protobuf/io/printer.h"
1919
#include "google/protobuf/io/zero_copy_stream.h"

0 commit comments

Comments
 (0)