summaryrefslogtreecommitdiff
path: root/tools/bugpoint/BugDriver.cpp
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2010-03-24 19:56:17 +0000
committerDan Gohman <gohman@apple.com>2010-03-24 19:56:17 +0000
commit51ecc389a9b6ae82ff799a62cde882629fad53b0 (patch)
treecdc9ee9b32aa66cc4fe3d4453207e74ba1b6eab0 /tools/bugpoint/BugDriver.cpp
parent2fadd6b221893595a7a86eb4b03f5aeadb6088fc (diff)
downloadllvm-51ecc389a9b6ae82ff799a62cde882629fad53b0.tar.gz
llvm-51ecc389a9b6ae82ff799a62cde882629fad53b0.tar.bz2
llvm-51ecc389a9b6ae82ff799a62cde882629fad53b0.tar.xz
Trim #includes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@99416 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/bugpoint/BugDriver.cpp')
-rw-r--r--tools/bugpoint/BugDriver.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/bugpoint/BugDriver.cpp b/tools/bugpoint/BugDriver.cpp
index 024d8e219f..d676a4374a 100644
--- a/tools/bugpoint/BugDriver.cpp
+++ b/tools/bugpoint/BugDriver.cpp
@@ -21,7 +21,6 @@
#include "llvm/Support/IRReader.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/Support/FileUtilities.h"
-#include "llvm/Support/MemoryBuffer.h"
#include "llvm/Support/SourceMgr.h"
#include "llvm/Support/raw_ostream.h"
#include "llvm/System/Host.h"