From: Matthias Braun Date: Sat, 30 Jan 2016 01:14:01 +0000 (+0000) Subject: Use Support/DataTypes.h instead of cstdint X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=daa812d518b1f49feddeb08fcc9c5e563b0bf11e;p=platform%2Fupstream%2Fllvm.git Use Support/DataTypes.h instead of cstdint llvm-svn: 259282 --- diff --git a/llvm/lib/IR/AttributeImpl.h b/llvm/lib/IR/AttributeImpl.h index 374b90d..ca7ae5c 100644 --- a/llvm/lib/IR/AttributeImpl.h +++ b/llvm/lib/IR/AttributeImpl.h @@ -18,9 +18,9 @@ #include "llvm/ADT/FoldingSet.h" #include "llvm/IR/Attributes.h" +#include "llvm/Support/DataTypes.h" #include "llvm/Support/TrailingObjects.h" #include -#include #include namespace llvm {