[DebugInfo] Remove unused Optional.h includes
This commit is contained in:
parent
56bf688a09
commit
9cdb2a5e30
|
|
@ -10,7 +10,6 @@
|
|||
#define LLVM_DEBUGINFO_CODEVIEW_CVRECORD_H
|
||||
|
||||
#include "llvm/ADT/ArrayRef.h"
|
||||
#include "llvm/ADT/Optional.h"
|
||||
#include "llvm/DebugInfo/CodeView/CodeView.h"
|
||||
#include "llvm/DebugInfo/CodeView/CodeViewError.h"
|
||||
#include "llvm/DebugInfo/CodeView/RecordSerialization.h"
|
||||
|
|
|
|||
|
|
@ -9,7 +9,6 @@
|
|||
#ifndef LLVM_DEBUGINFO_GSYM_STRINGTABLE_H
|
||||
#define LLVM_DEBUGINFO_GSYM_STRINGTABLE_H
|
||||
|
||||
#include "llvm/ADT/Optional.h"
|
||||
#include "llvm/ADT/StringRef.h"
|
||||
#include "llvm/DebugInfo/GSYM/Range.h"
|
||||
#include <stdint.h>
|
||||
|
|
|
|||
|
|
@ -9,7 +9,6 @@
|
|||
#ifndef LLVM_DEBUGINFO_PDB_NATIVE_NAMEDSTREAMMAP_H
|
||||
#define LLVM_DEBUGINFO_PDB_NATIVE_NAMEDSTREAMMAP_H
|
||||
|
||||
#include "llvm/ADT/Optional.h"
|
||||
#include "llvm/ADT/StringMap.h"
|
||||
#include "llvm/ADT/StringRef.h"
|
||||
#include "llvm/ADT/iterator_range.h"
|
||||
|
|
|
|||
|
|
@ -9,7 +9,6 @@
|
|||
#ifndef LLVM_DEBUGINFO_PDB_NATIVE_NATIVELINENUMBER_H
|
||||
#define LLVM_DEBUGINFO_PDB_NATIVE_NATIVELINENUMBER_H
|
||||
|
||||
#include "llvm/ADT/Optional.h"
|
||||
#include "llvm/DebugInfo/CodeView/Line.h"
|
||||
#include "llvm/DebugInfo/PDB/IPDBLineNumber.h"
|
||||
#include "llvm/DebugInfo/PDB/Native/NativeSession.h"
|
||||
|
|
|
|||
|
|
@ -9,7 +9,6 @@
|
|||
#ifndef LLVM_DEBUGINFO_PDB_NATIVE_NATIVETYPEFUNCTIONSIG_H
|
||||
#define LLVM_DEBUGINFO_PDB_NATIVE_NATIVETYPEFUNCTIONSIG_H
|
||||
|
||||
#include "llvm/ADT/Optional.h"
|
||||
#include "llvm/ADT/SmallVector.h"
|
||||
#include "llvm/DebugInfo/CodeView/CodeView.h"
|
||||
#include "llvm/DebugInfo/CodeView/TypeRecord.h"
|
||||
|
|
|
|||
|
|
@ -9,7 +9,6 @@
|
|||
#ifndef LLVM_DEBUGINFO_PDB_NATIVE_NATIVETYPEVTSHAPE_H
|
||||
#define LLVM_DEBUGINFO_PDB_NATIVE_NATIVETYPEVTSHAPE_H
|
||||
|
||||
#include "llvm/ADT/Optional.h"
|
||||
#include "llvm/DebugInfo/CodeView/CodeView.h"
|
||||
#include "llvm/DebugInfo/CodeView/TypeRecord.h"
|
||||
#include "llvm/DebugInfo/PDB/Native/NativeRawSymbol.h"
|
||||
|
|
|
|||
|
|
@ -10,7 +10,6 @@
|
|||
#define LLVM_DEBUGINFO_PDB_NATIVE_PDBFILEBUILDER_H
|
||||
|
||||
#include "llvm/ADT/ArrayRef.h"
|
||||
#include "llvm/ADT/Optional.h"
|
||||
#include "llvm/ADT/SmallVector.h"
|
||||
#include "llvm/DebugInfo/PDB/Native/NamedStreamMap.h"
|
||||
#include "llvm/DebugInfo/PDB/Native/PDBFile.h"
|
||||
|
|
|
|||
Loading…
Reference in New Issue