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/Rewrite/RewriteMacros.cpp b/clang/lib/Rewrite/RewriteMacros.cpp index 910fa6b..2efa694 100644 --- a/clang/lib/Rewrite/RewriteMacros.cpp +++ b/clang/lib/Rewrite/RewriteMacros.cpp
@@ -17,7 +17,7 @@ #include "clang/Lex/Preprocessor.h" #include "clang/Basic/SourceManager.h" #include "llvm/Support/raw_ostream.h" -#include "llvm/System/Path.h" +#include "llvm/Support/Path.h" #include "llvm/ADT/OwningPtr.h" #include <cstdio>