diff options
author | Michael J. Spencer <bigcheesegs@gmail.com> | 2010-11-29 18:12:39 +0000 |
---|---|---|
committer | Michael J. Spencer <bigcheesegs@gmail.com> | 2010-11-29 18:12:39 +0000 |
commit | 03013fa9a0bf1ef4b907f5fec006c8f4000fdd21 (patch) | |
tree | bf4ce623726f869346411eeca4d082c203390790 /lib/Frontend/ASTUnit.cpp | |
parent | 8a72621a019a0b3ae793b1f5fc6da2243476979f (diff) |
Merge System into Support.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@120297 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Frontend/ASTUnit.cpp')
-rw-r--r-- | lib/Frontend/ASTUnit.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Frontend/ASTUnit.cpp b/lib/Frontend/ASTUnit.cpp index 09403620ac..a43d0d3ca1 100644 --- a/lib/Frontend/ASTUnit.cpp +++ b/lib/Frontend/ASTUnit.cpp @@ -35,8 +35,8 @@ #include "clang/Basic/Diagnostic.h" #include "llvm/ADT/StringSet.h" #include "llvm/Support/MemoryBuffer.h" -#include "llvm/System/Host.h" -#include "llvm/System/Path.h" +#include "llvm/Support/Host.h" +#include "llvm/Support/Path.h" #include "llvm/Support/raw_ostream.h" #include "llvm/Support/Timer.h" #include <cstdlib> |