Skip to content

Commit b89529a

Browse files
authored
Add IWYU pragma to FIRDynamicLinks+FirstParty/FIRDynamicLinks (#6508)
Most FirstParty users will still need to use methods from FIRDynamicLinks.h (shouldHandleDynamicLinkFromCustomSchemeURL:/dynamicLinkFromCustomSchemeURL: etc.). Arguably, including both headers looks odd, hence add the IWYU pragma so that it's sufficient to only use the FirstParty header.
1 parent 0644266 commit b89529a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FirebaseDynamicLinks/Sources/FIRDynamicLinks+FirstParty.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
#import "FirebaseDynamicLinks/Sources/Public/FirebaseDynamicLinks/FIRDynamicLinks.h"
17+
#import "FirebaseDynamicLinks/Sources/Public/FirebaseDynamicLinks/FIRDynamicLinks.h" // IWYU pragma: export
1818

1919
#import "FirebaseDynamicLinks/Sources/FIRDynamicLink+Private.h"
2020

0 commit comments

Comments
 (0)