Remove dead #include
authorChris Lattner <sabre@nondot.org>
Sat, 29 Oct 2005 04:41:30 +0000 (04:41 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 29 Oct 2005 04:41:30 +0000 (04:41 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24083 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/TransformInternals.cpp

index db95bcc95aadd3b33f8b203e07bde58bb499d968..8cd2511e7c5f1465f5f4059bf9f9ff956d620882 100644 (file)
@@ -14,7 +14,6 @@
 
 #include "TransformInternals.h"
 #include "llvm/Type.h"
-#include "llvm/Analysis/Expressions.h"
 #include "llvm/Function.h"
 #include "llvm/Instructions.h"
 using namespace llvm;