summaryrefslogtreecommitdiff
path: root/tools/driver/driver.cpp
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2013-06-17 17:23:47 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2013-06-17 17:23:47 +0000
commita372f40dac73b69936f6a713df0808c740bb326c (patch)
tree0e2bf8c5b0a6412448ac87098c72033eafa1e2d3 /tools/driver/driver.cpp
parent0dcea35c21b001c9c2c9b4d4a8cfd4c82dc5f00c (diff)
downloadclang-a372f40dac73b69936f6a713df0808c740bb326c.tar.gz
clang-a372f40dac73b69936f6a713df0808c740bb326c.tar.bz2
clang-a372f40dac73b69936f6a713df0808c740bb326c.tar.xz
Include PathV1.h only where it is used.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@184090 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/driver/driver.cpp')
-rw-r--r--tools/driver/driver.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/driver/driver.cpp b/tools/driver/driver.cpp
index f5a2dd041d..8b02a35387 100644
--- a/tools/driver/driver.cpp
+++ b/tools/driver/driver.cpp
@@ -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"