diff options
author | Argyrios Kyrtzidis <akyrtzi@gmail.com> | 2011-02-15 16:54:12 +0000 |
---|---|---|
committer | Argyrios Kyrtzidis <akyrtzi@gmail.com> | 2011-02-15 16:54:12 +0000 |
commit | 27af04bcca46f8a3374586be1301477f9123f5e1 (patch) | |
tree | 71fb104ee82ea388396e9840e29f615209abef6a /lib/StaticAnalyzer/Frontend/CheckerRegistration.cpp | |
parent | 809dfe8ad390bdaf7db12af944a84e16111efbbe (diff) |
Fix the clang-wpa example.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@125565 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/StaticAnalyzer/Frontend/CheckerRegistration.cpp')
-rw-r--r-- | lib/StaticAnalyzer/Frontend/CheckerRegistration.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/StaticAnalyzer/Frontend/CheckerRegistration.cpp b/lib/StaticAnalyzer/Frontend/CheckerRegistration.cpp index ca25f71823..6625729eaf 100644 --- a/lib/StaticAnalyzer/Frontend/CheckerRegistration.cpp +++ b/lib/StaticAnalyzer/Frontend/CheckerRegistration.cpp @@ -11,7 +11,7 @@ // //===----------------------------------------------------------------------===// -#include "AnalysisConsumer.h" +#include "clang/StaticAnalyzer/Frontend/CheckerRegistration.h" #include "../Checkers/ClangSACheckerProvider.h" #include "clang/StaticAnalyzer/Core/CheckerManager.h" #include "clang/StaticAnalyzer/Core/CheckerProvider.h" |