From 38c5f54f224a4ddbd8a5199c36d01ac335767366 Mon Sep 17 00:00:00 2001 From: Protobuf Team Bot Date: Mon, 14 Jul 2025 18:49:55 -0700 Subject: [PATCH] Internal change PiperOrigin-RevId: 783126939 --- src/google/protobuf/compiler/csharp/csharp_primitive_field.cc | 2 -- src/google/protobuf/compiler/csharp/csharp_primitive_field.h | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/google/protobuf/compiler/csharp/csharp_primitive_field.cc b/src/google/protobuf/compiler/csharp/csharp_primitive_field.cc index 6584bd1804e45..003955be1d6ec 100644 --- a/src/google/protobuf/compiler/csharp/csharp_primitive_field.cc +++ b/src/google/protobuf/compiler/csharp/csharp_primitive_field.cc @@ -7,11 +7,9 @@ #include "google/protobuf/compiler/csharp/csharp_primitive_field.h" -#include #include #include -#include "google/protobuf/compiler/code_generator.h" #include "absl/strings/str_cat.h" #include "google/protobuf/compiler/csharp/csharp_doc_comment.h" #include "google/protobuf/compiler/csharp/csharp_helpers.h" diff --git a/src/google/protobuf/compiler/csharp/csharp_primitive_field.h b/src/google/protobuf/compiler/csharp/csharp_primitive_field.h index e4e5b2681606d..b0f2aa222ecf5 100644 --- a/src/google/protobuf/compiler/csharp/csharp_primitive_field.h +++ b/src/google/protobuf/compiler/csharp/csharp_primitive_field.h @@ -10,6 +10,8 @@ #include "google/protobuf/compiler/code_generator.h" #include "google/protobuf/compiler/csharp/csharp_field_base.h" +#include "google/protobuf/descriptor.h" +#include "google/protobuf/io/printer.h" namespace google { namespace protobuf {