aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Kornienko <alexfh@google.com>2019-03-25 12:38:26 +0000
committerAlexander Kornienko <alexfh@google.com>2019-03-25 12:38:26 +0000
commit478fc5c83e93503be764e6ef5d6cd1560e66b82e (patch)
tree23584c0fe757dca0b7f2293abf4496848e15e781 /clang-tools-extra/clang-tidy/readability/NonConstParameterCheck.h
parent[pstl] Call the right overload of std::equal with an execution policy (diff)
downloadllvm-project-478fc5c83e93503be764e6ef5d6cd1560e66b82e.tar.gz
llvm-project-478fc5c83e93503be764e6ef5d6cd1560e66b82e.tar.bz2
llvm-project-478fc5c83e93503be764e6ef5d6cd1560e66b82e.zip
[clang-tidy] Switch checks to #include "ClangTidyCheck.h"
llvm-svn: 356892
Diffstat (limited to 'clang-tools-extra/clang-tidy/readability/NonConstParameterCheck.h')
-rw-r--r--clang-tools-extra/clang-tidy/readability/NonConstParameterCheck.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang-tools-extra/clang-tidy/readability/NonConstParameterCheck.h b/clang-tools-extra/clang-tidy/readability/NonConstParameterCheck.h
index 74634c21fef2..39959e619096 100644
--- a/clang-tools-extra/clang-tidy/readability/NonConstParameterCheck.h
+++ b/clang-tools-extra/clang-tidy/readability/NonConstParameterCheck.h
@@ -9,7 +9,7 @@
#ifndef LLVM_CLANG_TOOLS_EXTRA_CLANG_TIDY_READABILITY_NON_CONST_PARAMETER_H
#define LLVM_CLANG_TOOLS_EXTRA_CLANG_TIDY_READABILITY_NON_CONST_PARAMETER_H
-#include "../ClangTidy.h"
+#include "../ClangTidyCheck.h"
namespace clang {
namespace tidy {