GenericError.h - remove unused StringRef.h include. NFC.

This commit is contained in:
Simon Pilgrim 2020-05-20 16:59:37 +01:00
parent 810567dc69
commit 30d5e53077
1 changed files with 0 additions and 1 deletions

View File

@ -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 {