From: Chandler Carruth Date: Thu, 6 Mar 2014 00:46:56 +0000 (+0000) Subject: [Layering] Update include of DebugInfo.h which moved to the IR library X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3e4f77be57062bcbb46507cb6a00ed4755abd8c9;p=clang [Layering] Update include of DebugInfo.h which moved to the IR library in LLVM r203046. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@203047 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/CGDebugInfo.h b/lib/CodeGen/CGDebugInfo.h index d544bd3407..228a61c45b 100644 --- a/lib/CodeGen/CGDebugInfo.h +++ b/lib/CodeGen/CGDebugInfo.h @@ -20,8 +20,8 @@ #include "clang/Basic/SourceLocation.h" #include "clang/Frontend/CodeGenOptions.h" #include "llvm/ADT/DenseMap.h" -#include "llvm/DebugInfo.h" #include "llvm/IR/DIBuilder.h" +#include "llvm/IR/DebugInfo.h" #include "llvm/IR/ValueHandle.h" #include "llvm/Support/Allocator.h"