1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 04:02:41 +01:00

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:
Eric Christopher 2014-03-18 20:58:35 +00:00
parent 4dfb01ef67
commit fd9bb8e5aa

View File

@ -17,9 +17,13 @@
#include "AsmPrinterHandler.h" #include "AsmPrinterHandler.h"
#include "DIE.h" #include "DIE.h"
#include "llvm/ADT/DenseMap.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/ADT/FoldingSet.h"
#include "llvm/CodeGen/LexicalScopes.h" #include "llvm/CodeGen/LexicalScopes.h"
#include "llvm/IR/DebugInfo.h" #include "llvm/IR/DebugInfo.h"
#include "llvm/IR/DebugLoc.h"
#include "llvm/MC/MachineLocation.h" #include "llvm/MC/MachineLocation.h"
#include "llvm/MC/MCDwarf.h" #include "llvm/MC/MCDwarf.h"
#include "llvm/Support/Allocator.h" #include "llvm/Support/Allocator.h"