LLParser.h - remove unused ValueHandle.h include. NFC.

This commit is contained in:
Simon Pilgrim 2020-05-09 15:08:48 +01:00
parent f4d4e246e0
commit 4319c89551
1 changed files with 0 additions and 1 deletions

View File

@ -21,7 +21,6 @@
#include "llvm/IR/ModuleSummaryIndex.h"
#include "llvm/IR/Operator.h"
#include "llvm/IR/Type.h"
#include "llvm/IR/ValueHandle.h"
#include <map>
namespace llvm {