Skip to content

Commit

Permalink
Add IWYU pragma to obj_mac.h.
Browse files Browse the repository at this point in the history
This pragma is similar to the one in obj.h, and allows for matching
openssl compatibility with internal tooling.

Change-Id: I42b1f2527f2b9848d830100ec4a0dc0338619e4e
Reviewed-on: https://boringssl-review.googlesource.com/c/boringssl/+/76807
Reviewed-by: Adam Langley <agl@google.com>
Commit-Queue: Adam Langley <agl@google.com>
  • Loading branch information
nnooney authored and Boringssl LUCI CQ committed Feb 27, 2025
1 parent 57e9cf1 commit ad62e9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/openssl/obj_mac.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
/* This header is provided in order to make compiling against code that expects
OpenSSL easier. */

#include "nid.h"
#include "nid.h" // IWYU pragma: export

0 comments on commit ad62e9c

Please sign in to comment.