[IR] GlobalObject.h - remove unused <utility> include. NFCI.

In fact there's no explicit use of any std:: type or method in this header.
This commit is contained in:
Simon Pilgrim 2021-04-19 13:25:24 +01:00
parent 495e1d7e8a
commit cf2fc41bd1
1 changed files with 0 additions and 1 deletions

View File

@ -18,7 +18,6 @@
#include "llvm/IR/GlobalValue.h"
#include "llvm/IR/Value.h"
#include "llvm/Support/Alignment.h"
#include <utility>
namespace llvm {