forked from OSchip/llvm-project
Add back the headers we're getting via (likely) transitive includes.
We really do use these things in the header. llvm-svn: 204180
This commit is contained in:
parent
bbc979be52
commit
acbe42badd
|
@ -17,9 +17,13 @@
|
|||
#include "AsmPrinterHandler.h"
|
||||
#include "DIE.h"
|
||||
#include "llvm/ADT/DenseMap.h"
|
||||
#include "llvm/ADT/MapVector.h"
|
||||
#include "llvm/ADT/SmallPtrSet.h"
|
||||
#include "llvm/ADT/StringMap.h"
|
||||
#include "llvm/ADT/FoldingSet.h"
|
||||
#include "llvm/CodeGen/LexicalScopes.h"
|
||||
#include "llvm/IR/DebugInfo.h"
|
||||
#include "llvm/IR/DebugLoc.h"
|
||||
#include "llvm/MC/MachineLocation.h"
|
||||
#include "llvm/MC/MCDwarf.h"
|
||||
#include "llvm/Support/Allocator.h"
|
||||
|
|
Loading…
Reference in New Issue