Trim #includes.
authorDan Gohman <gohman@apple.com>
Thu, 12 Aug 2010 23:56:03 +0000 (23:56 +0000)
committerDan Gohman <gohman@apple.com>
Thu, 12 Aug 2010 23:56:03 +0000 (23:56 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110983 91177308-0d34-0410-b5e6-96231b3b80d8

lib/VMCore/Pass.cpp
lib/VMCore/PassManager.cpp

index 7a7913b338ae3c4008228fb94b8e61fea846a34e..a7d7f61dd76225104acad4ae6c57b5e671059830 100644 (file)
 //===----------------------------------------------------------------------===//
 
 #include "llvm/Pass.h"
-#include "llvm/PassManager.h"
 #include "llvm/PassRegistry.h"
-#include "llvm/Module.h"
-#include "llvm/ADT/StringMap.h"
 #include "llvm/Assembly/PrintModulePass.h"
 #include "llvm/Support/Debug.h"
 #include "llvm/Support/PassNameParser.h"
 #include "llvm/Support/raw_ostream.h"
-#include "llvm/System/Atomic.h"
-#include "llvm/System/Mutex.h"
-#include "llvm/System/Threading.h"
 using namespace llvm;
 
 //===----------------------------------------------------------------------===//
index 9377bf4a50384162827e9ef7a8135f471fe00fed..547036a7818956826dc46ced7825919b302383fb 100644 (file)
@@ -25,7 +25,6 @@
 #include "llvm/Support/PassNameParser.h"
 #include "llvm/Support/raw_ostream.h"
 #include "llvm/System/Mutex.h"
-#include "llvm/System/Threading.h"
 #include <algorithm>
 #include <cstdio>
 #include <map>