FrontendActions.cpp is the only user.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@125501
91177308-0d34-0410-b5e6-
96231b3b80d8
//
//===----------------------------------------------------------------------===//
-#include "clang/StaticAnalyzer/Core/AnalysisConsumer.h"
+#include "AnalysisConsumer.h"
#include "clang/AST/ASTConsumer.h"
#include "clang/AST/Decl.h"
#include "clang/AST/DeclCXX.h"
#include "clang/StaticAnalyzer/Core/FrontendActions.h"
#include "clang/Frontend/CompilerInstance.h"
-#include "clang/StaticAnalyzer/Core/AnalysisConsumer.h"
+#include "AnalysisConsumer.h"
using namespace clang;
using namespace ento;