commit | 8aaf49959c209561a223ecf869af096730412389 | [log] [tgz] |
---|---|---|
author | Michael J. Spencer <bigcheesegs@gmail.com> | Mon Nov 29 18:12:39 2010 +0000 |
committer | Michael J. Spencer <bigcheesegs@gmail.com> | Mon Nov 29 18:12:39 2010 +0000 |
tree | e8682152215ac2967dd9c2bf840d2f731ff8bdd5 | |
parent | 032092ffc23a62549fd1bd9eb2d3dbd2247d13f9 [diff] [blame] |
Merge System into Support. llvm-svn: 120297
diff --git a/clang/lib/Basic/FileManager.cpp b/clang/lib/Basic/FileManager.cpp index a80fae7..f126760a 100644 --- a/clang/lib/Basic/FileManager.cpp +++ b/clang/lib/Basic/FileManager.cpp
@@ -23,7 +23,7 @@ #include "llvm/ADT/StringExtras.h" #include "llvm/Support/MemoryBuffer.h" #include "llvm/Support/raw_ostream.h" -#include "llvm/System/Path.h" +#include "llvm/Support/Path.h" #include "llvm/Config/config.h" #include <map> #include <set>