diff options
author | Chandler Carruth <chandlerc@gmail.com> | 2009-10-26 01:37:10 +0000 |
---|---|---|
committer | Chandler Carruth <chandlerc@gmail.com> | 2009-10-26 01:37:10 +0000 |
commit | 9f8eb2032030482b1d3de86e9bee725d93564302 (patch) | |
tree | 8885f1828a94a976b89a5d7a46cb62af70c6b3c5 /include/clang/Basic/SourceManager.h | |
parent | 9e4e2d1819973db3ed328a38847eefebd97285d4 (diff) |
Update location of DataTypes.h to reflect move in LLVM with r85086.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@85087 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/Basic/SourceManager.h')
-rw-r--r-- | include/clang/Basic/SourceManager.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/Basic/SourceManager.h b/include/clang/Basic/SourceManager.h index 8a69cba066..7e9ac53101 100644 --- a/include/clang/Basic/SourceManager.h +++ b/include/clang/Basic/SourceManager.h @@ -16,7 +16,7 @@ #include "clang/Basic/SourceLocation.h" #include "llvm/Support/Allocator.h" -#include "llvm/Support/DataTypes.h" +#include "llvm/System/DataTypes.h" #include "llvm/ADT/DenseMap.h" #include <vector> #include <cassert> |