From f465e85fd8744fce8769f18f0dbfec51dbc6d4af Mon Sep 17 00:00:00 2001 From: Chandler Carruth Date: Wed, 11 Nov 2009 19:10:59 +0000 Subject: Move the ManagerRegistry to the Analysis library to resolve the layering violation. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@86863 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Analysis/RangeConstraintManager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Analysis/RangeConstraintManager.cpp') diff --git a/lib/Analysis/RangeConstraintManager.cpp b/lib/Analysis/RangeConstraintManager.cpp index 73b445e6ab..f5cae698f9 100644 --- a/lib/Analysis/RangeConstraintManager.cpp +++ b/lib/Analysis/RangeConstraintManager.cpp @@ -16,7 +16,7 @@ #include "clang/Analysis/PathSensitive/GRState.h" #include "clang/Analysis/PathSensitive/GRStateTrait.h" #include "clang/Analysis/PathSensitive/GRTransferFuncs.h" -#include "clang/Frontend/ManagerRegistry.h" +#include "clang/Analysis/ManagerRegistry.h" #include "llvm/Support/Compiler.h" #include "llvm/Support/Debug.h" #include "llvm/ADT/FoldingSet.h" -- cgit v1.2.3-70-g09d2