From 959e5df20f1c6153b124a12bee2a5a349ce6d1c4 Mon Sep 17 00:00:00 2001 From: Protobuf Team Bot Date: Wed, 7 Feb 2024 16:25:25 -0800 Subject: [PATCH] Minor cleanup: IWYU, clang-tidy. PiperOrigin-RevId: 605131702 --- src/google/protobuf/compiler/cpp/generator.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/google/protobuf/compiler/cpp/generator.h b/src/google/protobuf/compiler/cpp/generator.h index 64f334d5b3..05d6c72462 100644 --- a/src/google/protobuf/compiler/cpp/generator.h +++ b/src/google/protobuf/compiler/cpp/generator.h @@ -19,8 +19,8 @@ #include #include -#include "google/protobuf/compiler/code_generator.h" #include "absl/status/status.h" +#include "google/protobuf/compiler/code_generator.h" #include "google/protobuf/cpp_features.pb.h" #include "google/protobuf/descriptor.pb.h"