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

All string usage is hidden behind StringRefs - so we don't need an explicit <string> include.
This commit is contained in:
Simon Pilgrim 2021-04-19 11:51:27 +01:00
parent 907d4e754e
commit 228207fe94
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 <string>
#include <utility>
namespace llvm {