From: Simon Pilgrim Date: Mon, 19 Apr 2021 12:25:24 +0000 (+0100) Subject: [IR] GlobalObject.h - remove unused include. NFCI. X-Git-Tag: llvmorg-14-init~9221 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cf2fc41bd1c8d20415ae11bbc167c1f5dd0a1f1e;p=platform%2Fupstream%2Fllvm.git [IR] GlobalObject.h - remove unused include. NFCI. In fact there's no explicit use of any std:: type or method in this header. --- diff --git a/llvm/include/llvm/IR/GlobalObject.h b/llvm/include/llvm/IR/GlobalObject.h index 5e8dbaf..341fbec 100644 --- a/llvm/include/llvm/IR/GlobalObject.h +++ b/llvm/include/llvm/IR/GlobalObject.h @@ -18,7 +18,6 @@ #include "llvm/IR/GlobalValue.h" #include "llvm/IR/Value.h" #include "llvm/Support/Alignment.h" -#include namespace llvm {