Remove a redundant #include.
authorDan Gohman <gohman@apple.com>
Sun, 27 Sep 2009 15:21:52 +0000 (15:21 +0000)
committerDan Gohman <gohman@apple.com>
Sun, 27 Sep 2009 15:21:52 +0000 (15:21 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82897 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Analysis/IVUsers.cpp

index 927740b338e6a30181a3b0564e88c8daf2209daa..ecb7df80cf18961b0456e4b36e75de0686ba2680 100644 (file)
@@ -19,7 +19,6 @@
 #include "llvm/Type.h"
 #include "llvm/DerivedTypes.h"
 #include "llvm/Analysis/Dominators.h"
-#include "llvm/Analysis/LoopInfo.h"
 #include "llvm/Analysis/LoopPass.h"
 #include "llvm/Analysis/ScalarEvolutionExpressions.h"
 #include "llvm/ADT/STLExtras.h"