commit | 907d705e861b0e90c82a77645fc0ca1e06c8573e | [log] [tgz] |
---|---|---|
author | Protobuf Team Bot <protobuf-github-bot@google.com> | Mon Nov 21 10:51:06 2022 -0800 |
committer | Copybara-Service <copybara-worker@google.com> | Mon Nov 21 10:51:45 2022 -0800 |
tree | 5e47f8862d97a5e626ca1a8d98540c55c425d442 | |
parent | d22d6d71ed54bc83db0d99a0d007e35bf918f3a1 [diff] [blame] |
Add IWYU pragmas for deprecated headers PiperOrigin-RevId: 490020560
diff --git a/upb/string_view.h b/upb/string_view.h index 0e0fadd..add8275 100644 --- a/upb/string_view.h +++ b/upb/string_view.h
@@ -26,6 +26,7 @@ */ // This header is deprecated, use upb/base/string_view.h instead +// IWYU pragma: private, include "upb/base/string_view.h" #ifndef UPB_STRING_VIEW_H_ #define UPB_STRING_VIEW_H_