forked from OSchip/llvm-project
[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:
parent
907d4e754e
commit
228207fe94
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue