forked from OSchip/llvm-project
GenericError.h - remove unused StringRef.h include. NFC.
This commit is contained in:
parent
810567dc69
commit
30d5e53077
|
@ -9,7 +9,6 @@
|
|||
#ifndef LLVM_DEBUGINFO_PDB_ERROR_H
|
||||
#define LLVM_DEBUGINFO_PDB_ERROR_H
|
||||
|
||||
#include "llvm/ADT/StringRef.h"
|
||||
#include "llvm/Support/Error.h"
|
||||
|
||||
namespace llvm {
|
||||
|
|
Loading…
Reference in New Issue