aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/tools/protoc
diff options
context:
space:
mode:
authormikhnenko <mikhnenko@yandex-team.com>2024-07-10 02:07:31 +0300
committermikhnenko <mikhnenko@yandex-team.com>2024-07-10 02:19:29 +0300
commit2990d778ea915b7f6db425ae7f643a044a3c5b99 (patch)
tree021762f145b4b65cf00acd62a5037a3c3a141dd9 /contrib/tools/protoc
parent61749bcd2a4418b6332c7a4b4568a1ea7c68bf66 (diff)
downloadydb-2990d778ea915b7f6db425ae7f643a044a3c5b99.tar.gz
Remove temporal header-s
485e28e1515e9fee43480be9d8202bebe53e419c
Diffstat (limited to 'contrib/tools/protoc')
-rw-r--r--contrib/tools/protoc/plugins/cpp_styleguide/cpp_styleguide.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/tools/protoc/plugins/cpp_styleguide/cpp_styleguide.cpp b/contrib/tools/protoc/plugins/cpp_styleguide/cpp_styleguide.cpp
index 56b49fa6ed..a307cf6074 100644
--- a/contrib/tools/protoc/plugins/cpp_styleguide/cpp_styleguide.cpp
+++ b/contrib/tools/protoc/plugins/cpp_styleguide/cpp_styleguide.cpp
@@ -1,5 +1,5 @@
#include <google/protobuf/compiler/code_generator.h>
-#include <google/protobuf/compiler/cpp/cpp_helpers.h>
+#include <google/protobuf/compiler/cpp/helpers.h>
#include <google/protobuf/descriptor.h>
#include <google/protobuf/descriptor.pb.h>
#include <google/protobuf/io/printer.h>