Remove bogus IWYU pragma

Pragma points at a directory that's not in the github repo, only internally.
It's throwing gRPC's IWYU analysis and causing it to recommend bad paths.
pull/10358/head
Craig Tiller 3 years ago committed by GitHub
parent 8d3a732760
commit 8b49ff0000
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/google/protobuf/repeated_ptr_field.h

@ -41,8 +41,6 @@
//
// This header covers RepeatedPtrField.
// IWYU pragma: private, include "net/proto2/public/repeated_field.h"
#ifndef GOOGLE_PROTOBUF_REPEATED_PTR_FIELD_H__
#define GOOGLE_PROTOBUF_REPEATED_PTR_FIELD_H__

Loading…
Cancel
Save