[clang-tidy][NFC] Make abseil-redundant-strcat-calls checker use <string> header
authorMike Crowe <mac@mcrowe.com>
Sat, 11 Mar 2023 17:46:56 +0000 (17:46 +0000)
committerPiotr Zegar <piotr.zegar@nokia.com>
Sat, 11 Mar 2023 17:46:56 +0000 (17:46 +0000)
commit988355808efcf88719b0fa542779c47742756764
tree2387bd29aa66c5e1fd187de9d85b73c17484c52e
parentf1e2469edcfc160867e4ef73b2dcc259974c9d6a
[clang-tidy][NFC] Make abseil-redundant-strcat-calls checker use <string> header

Remove duplication in abseil-redundant-strcat-calls check tests,
by using dummy <string> header file string.

Depends on D145310

Reviewed By: PiotrZSL

Differential Revision: https://reviews.llvm.org/D145311
clang-tools-extra/test/clang-tidy/checkers/abseil/redundant-strcat-calls.cpp