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 | 8e404fe769b112197ff5af91e857525fefa5d217 (patch) | |
| tree | d2cd4c83a80a74ced2152b6c4bb18fb4112faa27 /llvm/tools/opt/opt.cpp | |
| parent | e99953ce9c48924ef49fee0590ab45b2e2061546 (diff) | |
| download | bcm5719-llvm-8e404fe769b112197ff5af91e857525fefa5d217.tar.gz bcm5719-llvm-8e404fe769b112197ff5af91e857525fefa5d217.zip | |
Trim #includes.
llvm-svn: 99416
Diffstat (limited to 'llvm/tools/opt/opt.cpp')
| -rw-r--r-- | llvm/tools/opt/opt.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/tools/opt/opt.cpp b/llvm/tools/opt/opt.cpp index 4fb00255041..311f67173f3 100644 --- a/llvm/tools/opt/opt.cpp +++ b/llvm/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" |

