]> granicus.if.org Git - clang/commitdiff
Include PathV1.h only where it is used.
authorRafael Espindola <rafael.espindola@gmail.com>
Mon, 17 Jun 2013 17:23:47 +0000 (17:23 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Mon, 17 Jun 2013 17:23:47 +0000 (17:23 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@184090 91177308-0d34-0410-b5e6-96231b3b80d8

examples/clang-interpreter/main.cpp
include/clang/Driver/Compilation.h
lib/Driver/Compilation.cpp
lib/Driver/Driver.cpp
lib/Driver/ToolChains.cpp
lib/Driver/Tools.cpp
lib/Driver/WindowsToolChain.cpp
lib/Tooling/Tooling.cpp
tools/driver/driver.cpp

index 3d0d6409d90ec34da94b1d4f692ad95276a1610b..ff86d2b368eac1665d5715bfe686b424d1abe6dc 100644 (file)
@@ -24,6 +24,7 @@
 #include "llvm/Support/Host.h"
 #include "llvm/Support/ManagedStatic.h"
 #include "llvm/Support/Path.h"
+#include "llvm/Support/PathV1.h"
 #include "llvm/Support/TargetSelect.h"
 #include "llvm/Support/raw_ostream.h"
 using namespace clang;
index 6c29b6297cce46c0fead89925d527cdc2af7f47c..77a8d887061990d2dc39617eee7d814fba08ba30 100644 (file)
@@ -14,7 +14,6 @@
 #include "clang/Driver/Util.h"
 #include "llvm/ADT/DenseMap.h"
 #include "llvm/Support/Path.h"
-#include "llvm/Support/PathV1.h"
 
 namespace llvm {
 namespace opt {
index 50725fc678d98df6a34db0270286bb46e63d0dc0..ef40ae4afbb6abc0ede65378fe06f5fed3c01038 100644 (file)
@@ -16,6 +16,7 @@
 #include "llvm/ADT/STLExtras.h"
 #include "llvm/ADT/StringSwitch.h"
 #include "llvm/Option/ArgList.h"
+#include "llvm/Support/PathV1.h"
 #include "llvm/Support/Program.h"
 #include "llvm/Support/raw_ostream.h"
 #include <errno.h>
index e5d3ed4cab8697543829322f86fe9f7b3802f9d7..6eeb737ebcb059a5484711041e85a1ffe898a4c8 100644 (file)
@@ -30,6 +30,7 @@
 #include "llvm/Support/ErrorHandling.h"
 #include "llvm/Support/FileSystem.h"
 #include "llvm/Support/Path.h"
+#include "llvm/Support/PathV1.h"
 #include "llvm/Support/PrettyStackTrace.h"
 #include "llvm/Support/Program.h"
 #include "llvm/Support/raw_ostream.h"
index 0853006b121e4264652ee8b5497eabd08477da19..5c0ab55a048f4771ee4d5fdc88efc8ca1e989e40 100644 (file)
@@ -27,6 +27,7 @@
 #include "llvm/Support/FileSystem.h"
 #include "llvm/Support/MemoryBuffer.h"
 #include "llvm/Support/Path.h"
+#include "llvm/Support/PathV1.h"
 #include "llvm/Support/raw_ostream.h"
 #include "llvm/Support/system_error.h"
 
index c7053e84fa94ccd5ade3c2a4bd9d250c4de5bbce..67ce305893f16f49b765df99b9b3939dbd58d4eb 100644 (file)
@@ -31,6 +31,7 @@
 #include "llvm/Support/FileSystem.h"
 #include "llvm/Support/Format.h"
 #include "llvm/Support/Host.h"
+#include "llvm/Support/PathV1.h"
 #include "llvm/Support/Process.h"
 #include "llvm/Support/raw_ostream.h"
 #include <sys/stat.h>
index 64625ed535b0cba7290d6bbd9b8328ccbee732c4..da914befa7c8524ca6f0afcf23a2bb3d3830ca4e 100644 (file)
@@ -18,6 +18,7 @@
 #include "llvm/Option/ArgList.h"
 #include "llvm/Support/ErrorHandling.h"
 #include "llvm/Support/Path.h"
+#include "llvm/Support/PathV1.h"
 
 // Include the necessary headers to interface with the Windows registry and
 // environment.
index e7bfba7e1269734093b8595671f6277602f7c024..4f3edf323f0958db18ea01df357544ef0c489076 100644 (file)
@@ -26,6 +26,7 @@
 #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.
index f5a2dd041df59ea048e093cf6afb9e6c8eee0282..8b02a353875707e2c71f58b1c5d54925330fe4ba 100644 (file)
@@ -34,6 +34,7 @@
 #include "llvm/Support/ManagedStatic.h"
 #include "llvm/Support/MemoryBuffer.h"
 #include "llvm/Support/Path.h"
+#include "llvm/Support/PathV1.h"
 #include "llvm/Support/PrettyStackTrace.h"
 #include "llvm/Support/Program.h"
 #include "llvm/Support/Regex.h"