[Layering] Update include for the move of DIBuilder.h to the IR library

in LLVM r203038.

llvm-svn: 203039
This commit is contained in:
Chandler Carruth 2014-03-06 00:22:29 +00:00
parent 12664a0b17
commit 7c582545a4
1 changed files with 1 additions and 1 deletions

View File

@ -20,8 +20,8 @@
#include "clang/Basic/SourceLocation.h"
#include "clang/Frontend/CodeGenOptions.h"
#include "llvm/ADT/DenseMap.h"
#include "llvm/DIBuilder.h"
#include "llvm/DebugInfo.h"
#include "llvm/IR/DIBuilder.h"
#include "llvm/IR/ValueHandle.h"
#include "llvm/Support/Allocator.h"