[llvm] 30d5e53 - GenericError.h - remove unused StringRef.h include. NFC.
Simon Pilgrim via llvm-commits
llvm-commits at lists.llvm.org
Wed May 20 09:39:58 PDT 2020
Author: Simon Pilgrim
Date: 2020-05-20T17:30:02+01:00
New Revision: 30d5e53077c689e7361b72b20e918b4a7c258eaa
URL: https://github.com/llvm/llvm-project/commit/30d5e53077c689e7361b72b20e918b4a7c258eaa
DIFF: https://github.com/llvm/llvm-project/commit/30d5e53077c689e7361b72b20e918b4a7c258eaa.diff
LOG: GenericError.h - remove unused StringRef.h include. NFC.
Added:
Modified:
llvm/include/llvm/DebugInfo/PDB/GenericError.h
Removed:
################################################################################
diff --git a/llvm/include/llvm/DebugInfo/PDB/GenericError.h b/llvm/include/llvm/DebugInfo/PDB/GenericError.h
index af93be931b8e..1ef9b36cadaf 100644
--- a/llvm/include/llvm/DebugInfo/PDB/GenericError.h
+++ b/llvm/include/llvm/DebugInfo/PDB/GenericError.h
@@ -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 {
More information about the llvm-commits
mailing list