Skip to content

Commit b05fef4

Browse files
ckennellycopybara-github
authored andcommitted
Reorder includes.
PiperOrigin-RevId: 852349546
1 parent 0f4ee5e commit b05fef4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/google/protobuf/field_access_listener.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,8 @@ struct PROTOBUF_FUTURE_ADD_EARLY_WARN_UNUSED NoOpAccessListener {
148148
} // namespace protobuf
149149
} // namespace google
150150

151+
#include "google/protobuf/port_undef.inc"
152+
151153
#ifndef REPLACE_PROTO_LISTENER_IMPL
152154
namespace google {
153155
namespace protobuf {
@@ -161,6 +163,4 @@ using AccessListener = NoOpAccessListener<T>;
161163

162164
#endif // !REPLACE_PROTO_LISTENER_IMPL
163165

164-
#include "google/protobuf/port_undef.inc"
165-
166166
#endif // GOOGLE_PROTOBUF_FIELD_ACCESS_LISTENER_H__

0 commit comments

Comments
 (0)