Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: I'm getting lint warnings when I try to use F14Map.h because our include check thinks that I should be including folly/container/detail/F14MapFallback.h directly. However, if you look at that header it says This file is intended to be included only by F14Map.h. As such, this pragma I added should let our linter know that F14Map.h is the right way to actually use stuff from F14MapFallback.h. ``` Advice (CLANGTIDY) facebook-unused-include-check seemingly used include folly/container/F14Map.h only serves as an umbrella to other headers; you may want to include those directly instead; info/ bugs: https://fburl.com/include ``` See the pragma's definitions: https://github.com/include-what-you-use/include-what-you-use/blob/master/docs/IWYUPragmas.md#iwyu-pragma-export Reviewed By: ot Differential Revision: D66304705 fbshipit-source-id: 106d04a1981e9694a8e3494b41e0556b4bd59773
- Loading branch information