[clang-tidy] Remove extra config.h includes
authorIvan Donchevskii <ivan.donchevskii@qt.io>
Fri, 14 Dec 2018 07:44:52 +0000 (07:44 +0000)
committerIvan Donchevskii <ivan.donchevskii@qt.io>
Fri, 14 Dec 2018 07:44:52 +0000 (07:44 +0000)
commit13c9c054410ca504d5e0c50e7d3b68bcbb8e200b
treecce37659e8aef5df315f20ae5a636b3d9533fbee
parent37512e58baf9076eca0f8f762213eaa8752cfddf
[clang-tidy] Remove extra config.h includes

It's included in a new header ClangTidyForceLinker.h and should not
be included the second time.

Follow up for the https://reviews.llvm.org/D55595

llvm-svn: 349132
clang-tools-extra/clang-tidy/plugin/ClangTidyPlugin.cpp
clang-tools-extra/clang-tidy/tool/ClangTidyMain.cpp