Eliminate extraneous #include
authorChris Lattner <sabre@nondot.org>
Tue, 24 Sep 2002 21:18:40 +0000 (21:18 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 24 Sep 2002 21:18:40 +0000 (21:18 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3916 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Scalar/SimplifyCFG.cpp

index f26d5a01f82fe43c6a1b7cd30b89f90b13b0f8e8..5f04e2fe8f92998408d2da10b1da4a346dc67f85 100644 (file)
@@ -14,7 +14,6 @@
 #include "llvm/Transforms/Scalar.h"
 #include "llvm/Transforms/Utils/Local.h"
 #include "llvm/Module.h"
-#include "llvm/GlobalVariable.h"
 #include "llvm/Support/CFG.h"
 #include "llvm/Pass.h"
 #include "Support/StatisticReporter.h"