aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/OcamlCollector.cpp
diff options
context:
space:
mode:
authorGordon Henriksen <gordonhenriksen@mac.com>2008-01-07 13:30:38 +0000
committerGordon Henriksen <gordonhenriksen@mac.com>2008-01-07 13:30:38 +0000
commitc45d98d9664b2c7ed334d987a7c574f68edf98b7 (patch)
tree0558c8b00dea4c13917c6f14847d84892950064d /lib/CodeGen/OcamlCollector.cpp
parent323cd29009606d944ff306d6cc40d8167082153a (diff)
Pruning includes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45700 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/OcamlCollector.cpp')
-rw-r--r--lib/CodeGen/OcamlCollector.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/CodeGen/OcamlCollector.cpp b/lib/CodeGen/OcamlCollector.cpp
index 8848fe1371..95022a9ed4 100644
--- a/lib/CodeGen/OcamlCollector.cpp
+++ b/lib/CodeGen/OcamlCollector.cpp
@@ -13,18 +13,12 @@
//===----------------------------------------------------------------------===//
#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;