Merge System into Support.

llvm-svn: 120297
This commit is contained in:
Michael J. Spencer
2010-11-29 18:12:39 +00:00
parent 032092ffc2
commit 8aaf49959c
49 changed files with 67 additions and 67 deletions

View File

@@ -12,7 +12,7 @@
//===----------------------------------------------------------------------===//
#include "clang/Basic/FileSystemStatCache.h"
#include "llvm/System/Path.h"
#include "llvm/Support/Path.h"
#include <fcntl.h>
// FIXME: This is terrible, we need this for ::close.