]> granicus.if.org Git - clang/commitdiff
Don't depend on the transitive inclusion of PathV1.h.
authorRafael Espindola <rafael.espindola@gmail.com>
Thu, 13 Jun 2013 21:09:29 +0000 (21:09 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Thu, 13 Jun 2013 21:09:29 +0000 (21:09 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@183945 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Frontend/CompilerInstance.cpp
tools/arcmt-test/arcmt-test.cpp
tools/driver/cc1as_main.cpp

index c2f03970be3fdb8e304d2a8357923ac6794717b3..66c79d0e9e44a9432e62576b3bb738e75643b5b2 100644 (file)
@@ -39,6 +39,7 @@
 #include "llvm/Support/LockFileManager.h"
 #include "llvm/Support/MemoryBuffer.h"
 #include "llvm/Support/Path.h"
+#include "llvm/Support/PathV1.h"
 #include "llvm/Support/Program.h"
 #include "llvm/Support/Signals.h"
 #include "llvm/Support/Timer.h"
index 179a11561bd39a680ea075375506318248047360..84bee8104720b74f797b0f8f31e841ac94aae443 100644 (file)
@@ -15,6 +15,7 @@
 #include "clang/Lex/Preprocessor.h"
 #include "llvm/Support/FileSystem.h"
 #include "llvm/Support/MemoryBuffer.h"
+#include "llvm/Support/PathV1.h"
 #include "llvm/Support/Signals.h"
 #include "llvm/Support/system_error.h"
 
index 47b4c02560ebcfedf38819cee0543f49986922a7..a8afff0fe20e7015f7f7de620d0a1fb5e02325c5 100644 (file)
@@ -44,6 +44,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/Signals.h"
 #include "llvm/Support/SourceMgr.h"