From 96a82d186e123dbcc414b513007675c6af7fff84 Mon Sep 17 00:00:00 2001 From: Jakub Staszak Date: Sat, 9 Feb 2013 13:29:10 +0000 Subject: Remove unneeded #includes. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@174806 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Analysis/LoopIterator.h | 1 - include/llvm/Transforms/Utils/BasicBlockUtils.h | 1 - 2 files changed, 2 deletions(-) diff --git a/include/llvm/Analysis/LoopIterator.h b/include/llvm/Analysis/LoopIterator.h index e3ca94bd7e..e3dd96354c 100644 --- a/include/llvm/Analysis/LoopIterator.h +++ b/include/llvm/Analysis/LoopIterator.h @@ -24,7 +24,6 @@ #ifndef LLVM_ANALYSIS_LOOPITERATOR_H #define LLVM_ANALYSIS_LOOPITERATOR_H -#include "llvm/ADT/DepthFirstIterator.h" #include "llvm/ADT/PostOrderIterator.h" #include "llvm/Analysis/LoopInfo.h" diff --git a/include/llvm/Transforms/Utils/BasicBlockUtils.h b/include/llvm/Transforms/Utils/BasicBlockUtils.h index f1398fa651..8f1a6e2b75 100644 --- a/include/llvm/Transforms/Utils/BasicBlockUtils.h +++ b/include/llvm/Transforms/Utils/BasicBlockUtils.h @@ -19,7 +19,6 @@ #include "llvm/IR/BasicBlock.h" #include "llvm/Support/CFG.h" -#include "llvm/Support/DebugLoc.h" namespace llvm { -- cgit v1.2.3