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/Driver/Driver.cpp b/clang/lib/Driver/Driver.cpp index 5bb9a65..98c1a21 100644 --- a/clang/lib/Driver/Driver.cpp +++ b/clang/lib/Driver/Driver.cpp
@@ -30,8 +30,8 @@ #include "llvm/ADT/OwningPtr.h" #include "llvm/Support/PrettyStackTrace.h" #include "llvm/Support/raw_ostream.h" -#include "llvm/System/Path.h" -#include "llvm/System/Program.h" +#include "llvm/Support/Path.h" +#include "llvm/Support/Program.h" #include "InputInfo.h"