Don't depend on the transitive inclusion of PathV1.h.

llvm-svn: 183945
This commit is contained in:
Rafael Espindola 2013-06-13 21:09:29 +00:00
parent 18556de316
commit dcf73d2275
3 changed files with 3 additions and 0 deletions

View 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"

View 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"

View 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"