protos.h removal part 3

PiperOrigin-RevId: 676556567
pull/18413/head
Hong Shin 6 months ago committed by Copybara-Service
parent 773e931532
commit 7a7a087f56
  1. 9
      hpb_generator/protoc-gen-upb-protos.cc

@ -134,12 +134,10 @@ void WriteHeader(const protobuf::FileDescriptor* file, Output& output,
#ifndef $0_HPB_PROTO_H_
#define $0_HPB_PROTO_H_
#include "google/protobuf/hpb/repeated_field.h"
#include "protos/protos.h"
#include "absl/strings/string_view.h"
#include "absl/status/statusor.h"
#include "absl/strings/string_view.h"
#include "google/protobuf/hpb/repeated_field.h"
)cc",
ToPreproc(file->name()));
@ -201,7 +199,6 @@ void WriteSource(const protobuf::FileDescriptor* file, Output& output,
R"cc(
#include <stddef.h>
#include "absl/strings/string_view.h"
#include "protos/protos.h"
#include "$0"
)cc",
CppHeaderFilename(file));

Loading…
Cancel
Save