diff options
Diffstat (limited to 'lib/StaticAnalyzer/Frontend/FrontendActions.cpp')
-rw-r--r-- | lib/StaticAnalyzer/Frontend/FrontendActions.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/StaticAnalyzer/Frontend/FrontendActions.cpp b/lib/StaticAnalyzer/Frontend/FrontendActions.cpp index 2bb000c3cc..a59cc6888f 100644 --- a/lib/StaticAnalyzer/Frontend/FrontendActions.cpp +++ b/lib/StaticAnalyzer/Frontend/FrontendActions.cpp @@ -7,7 +7,7 @@ // //===----------------------------------------------------------------------===// -#include "clang/StaticAnalyzer/Core/FrontendActions.h" +#include "clang/StaticAnalyzer/Frontend/FrontendActions.h" #include "clang/Frontend/CompilerInstance.h" #include "AnalysisConsumer.h" using namespace clang; |