summaryrefslogtreecommitdiffstats
path: root/clang/lib/Lex/HeaderMap.cpp
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2009-10-26 01:37:10 +0000
committerChandler Carruth <chandlerc@gmail.com>2009-10-26 01:37:10 +0000
commita3f084ce16873799d9b6ddd4bab7b0a09b3d1eb3 (patch)
tree7c62e4b88478d78bc5a1ead6815d0d70e666b55b /clang/lib/Lex/HeaderMap.cpp
parent56869f22c4fd9a6dc656be2320a552d38ce2b41e (diff)
downloadbcm5719-llvm-a3f084ce16873799d9b6ddd4bab7b0a09b3d1eb3.tar.gz
bcm5719-llvm-a3f084ce16873799d9b6ddd4bab7b0a09b3d1eb3.zip
Update location of DataTypes.h to reflect move in LLVM with r85086.
llvm-svn: 85087
Diffstat (limited to 'clang/lib/Lex/HeaderMap.cpp')
-rw-r--r--clang/lib/Lex/HeaderMap.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Lex/HeaderMap.cpp b/clang/lib/Lex/HeaderMap.cpp
index c9a10dc0270..df712760bb2 100644
--- a/clang/lib/Lex/HeaderMap.cpp
+++ b/clang/lib/Lex/HeaderMap.cpp
@@ -15,7 +15,7 @@
#include "clang/Basic/FileManager.h"
#include "llvm/ADT/OwningPtr.h"
#include "llvm/ADT/SmallString.h"
-#include "llvm/Support/DataTypes.h"
+#include "llvm/System/DataTypes.h"
#include "llvm/Support/MathExtras.h"
#include "llvm/Support/MemoryBuffer.h"
#include <cstdio>
OpenPOWER on IntegriCloud