Remove unused includes.
authorRafael Espindola <rafael.espindola@gmail.com>
Wed, 26 Jun 2013 13:54:34 +0000 (13:54 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Wed, 26 Jun 2013 13:54:34 +0000 (13:54 +0000)
llvm itself is now PathV1 clean.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@184947 91177308-0d34-0410-b5e6-96231b3b80d8

tools/bugpoint/ToolRunner.cpp
tools/llvm-config/llvm-config.cpp
unittests/Support/ProgramTest.cpp

index 9cc5f9a7e6bbbf75088e051d4335a27a73cee4a4..a9a4a9d27f1e3e01785c1e2068586085e11202ae 100644 (file)
@@ -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>
index fc3ab68f7d8cb1963ff891f3d4960179b23be00c..3924e2e55da03f596234fbcdd5ae00d21c4b5308 100644 (file)
@@ -25,7 +25,6 @@
 #include "llvm/Config/llvm-config.h"
 #include "llvm/Support/FileSystem.h"
 #include "llvm/Support/Path.h"
-#include "llvm/Support/PathV1.h"
 #include "llvm/Support/raw_ostream.h"
 #include <cstdlib>
 #include <set>
index 7886761c9aa582fd89d00d075746add0c386707b..6852ca616e08aa9d48af8d244c25e1117ade8205 100644 (file)
@@ -10,7 +10,6 @@
 #include "llvm/Support/CommandLine.h"
 #include "llvm/Support/FileSystem.h"
 #include "llvm/Support/Path.h"
-#include "llvm/Support/PathV1.h"
 #include "llvm/Support/Program.h"
 #include "gtest/gtest.h"