From: Rafael Espindola Date: Wed, 26 Jun 2013 12:44:19 +0000 (+0000) Subject: Remove unused include. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b94000bffb8d50ae08e91dc2d944599d8997f84e;p=clang Remove unused include. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@184936 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Tooling/Tooling.cpp b/lib/Tooling/Tooling.cpp index 518fa50b43..cd4fbc6b5d 100644 --- a/lib/Tooling/Tooling.cpp +++ b/lib/Tooling/Tooling.cpp @@ -26,7 +26,6 @@ #include "llvm/Support/Debug.h" #include "llvm/Support/FileSystem.h" #include "llvm/Support/Host.h" -#include "llvm/Support/PathV1.h" #include "llvm/Support/raw_ostream.h" // For chdir, see the comment in ClangTool::run for more information.