From cf2fc41bd1c8d20415ae11bbc167c1f5dd0a1f1e Mon Sep 17 00:00:00 2001 From: Simon Pilgrim Date: Mon, 19 Apr 2021 13:25:24 +0100 Subject: [PATCH] [IR] GlobalObject.h - remove unused include. NFCI. In fact there's no explicit use of any std:: type or method in this header. --- llvm/include/llvm/IR/GlobalObject.h | 1 - 1 file changed, 1 deletion(-) 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 { -- 2.7.4