diff options
author | Dan Gohman <gohman@apple.com> | 2010-03-24 19:56:17 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2010-03-24 19:56:17 +0000 |
commit | 51ecc389a9b6ae82ff799a62cde882629fad53b0 (patch) | |
tree | cdc9ee9b32aa66cc4fe3d4453207e74ba1b6eab0 /tools/opt/opt.cpp | |
parent | 2fadd6b221893595a7a86eb4b03f5aeadb6088fc (diff) |
Trim #includes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@99416 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/opt/opt.cpp')
-rw-r--r-- | tools/opt/opt.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/opt/opt.cpp b/tools/opt/opt.cpp index 4fb0025504..311f67173f 100644 --- a/tools/opt/opt.cpp +++ b/tools/opt/opt.cpp @@ -28,7 +28,6 @@ #include "llvm/Support/Debug.h" #include "llvm/Support/IRReader.h" #include "llvm/Support/ManagedStatic.h" -#include "llvm/Support/MemoryBuffer.h" #include "llvm/Support/PluginLoader.h" #include "llvm/Support/PrettyStackTrace.h" #include "llvm/Support/StandardPasses.h" |