[IR] GlobalObject.h - remove unused <utility> include. NFCI.
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Mon, 19 Apr 2021 12:25:24 +0000 (13:25 +0100)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Mon, 19 Apr 2021 12:25:35 +0000 (13:25 +0100)
In fact there's no explicit use of any std:: type or method in this header.

llvm/include/llvm/IR/GlobalObject.h

index 5e8dbaf..341fbec 100644 (file)
@@ -18,7 +18,6 @@
 #include "llvm/IR/GlobalValue.h"
 #include "llvm/IR/Value.h"
 #include "llvm/Support/Alignment.h"
-#include <utility>
 
 namespace llvm {