diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2013-06-26 13:54:34 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2013-06-26 13:54:34 +0000 |
commit | df0f525cc49511cf9dca82d77b93675bcaf5103c (patch) | |
tree | d0352a286cc21ae1fe8c2e88029e61afeaad959a /tools/bugpoint | |
parent | 8950dd127ad4cccd9dadf616b5057cf130f24ade (diff) | |
download | external_llvm-df0f525cc49511cf9dca82d77b93675bcaf5103c.zip external_llvm-df0f525cc49511cf9dca82d77b93675bcaf5103c.tar.gz external_llvm-df0f525cc49511cf9dca82d77b93675bcaf5103c.tar.bz2 |
Remove unused includes.
llvm itself is now PathV1 clean.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@184947 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/bugpoint')
-rw-r--r-- | tools/bugpoint/ToolRunner.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/bugpoint/ToolRunner.cpp b/tools/bugpoint/ToolRunner.cpp index 9cc5f9a..a9a4a9d 100644 --- a/tools/bugpoint/ToolRunner.cpp +++ b/tools/bugpoint/ToolRunner.cpp @@ -18,7 +18,6 @@ #include "llvm/Support/Debug.h" #include "llvm/Support/FileSystem.h" #include "llvm/Support/FileUtilities.h" -#include "llvm/Support/PathV1.h" #include "llvm/Support/Program.h" #include "llvm/Support/raw_ostream.h" #include <fstream> |