mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-14 03:42:14 +00:00
clang-include-cleaner is not able to tell that the header provides the template parameter of `std::vector<std::pair<query_source, boost::regex>>`. and suggest us to remove this include. but it's wrong. so, in this change we apply the "pragma" to keep it. see https://github.com/include-what-you-use/include-what-you-use/blob/master/docs/IWYUPragmas.md for the explanations on what this pragma is for. Signed-off-by: Kefu Chai <kefu.chai@scylladb.com>