Pruning includes.
authorGordon Henriksen <gordonhenriksen@mac.com>
Mon, 7 Jan 2008 13:30:38 +0000 (13:30 +0000)
committerGordon Henriksen <gordonhenriksen@mac.com>
Mon, 7 Jan 2008 13:30:38 +0000 (13:30 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45700 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/OcamlCollector.cpp
lib/CodeGen/ShadowStackCollector.cpp

index 8848fe13716a82a8c6d75edd753d56dc9d4089e1..95022a9ed4dc1eee62b1c7866e4d97eb3b50ce6a 100644 (file)
 //===----------------------------------------------------------------------===//
                         
 #include "llvm/CodeGen/Collectors.h"
-#include "llvm/ADT/DenseMap.h"
 #include "llvm/CodeGen/AsmPrinter.h"
 #include "llvm/CodeGen/Collector.h"
-#include "llvm/CodeGen/CollectorMetadata.h"
-#include "llvm/Function.h"
 #include "llvm/Module.h"
-#include "llvm/PassManager.h"
-#include "llvm/Support/Compiler.h"
 #include "llvm/Target/TargetAsmInfo.h"
 #include "llvm/Target/TargetData.h"
 #include "llvm/Target/TargetMachine.h"
-#include <ctype.h>
 
 using namespace llvm;
 
index 1b619c966808b1b5c8803f38727e5e1519d73959..df6962697ae79129b74cfb902c3cde89c3c1518e 100644 (file)
 
 #define DEBUG_TYPE "shadowstackgc"
 #include "llvm/CodeGen/Collectors.h"
-#include "llvm/ADT/SmallVector.h"
 #include "llvm/ADT/StringExtras.h"
 #include "llvm/CodeGen/Collector.h"
-#include "llvm/Constants.h"
-#include "llvm/DerivedTypes.h"
-#include "llvm/Instructions.h"
 #include "llvm/IntrinsicInst.h"
 #include "llvm/Module.h"
-#include "llvm/Pass.h"
-#include "llvm/Support/Compiler.h"
 #include "llvm/Support/LLVMBuilder.h"
-#include "llvm/Analysis/Verifier.h"
-#include <cstdlib>
 
 using namespace llvm;