TypeSymbolEmitter.h - reduce includes to forward declarations. NFC.

This commit is contained in:
Simon Pilgrim 2020-06-02 16:29:16 +01:00
parent 81bf1e29aa
commit 0beddbf2cc
1 changed files with 1 additions and 3 deletions

View File

@ -9,13 +9,11 @@
#ifndef LLVM_DEBUGINFO_CODEVIEW_TYPESYMBOLEMITTER_H
#define LLVM_DEBUGINFO_CODEVIEW_TYPESYMBOLEMITTER_H
#include "llvm/DebugInfo/CodeView/CodeView.h"
#include "llvm/DebugInfo/CodeView/TypeIndex.h"
namespace llvm {
class StringRef;
namespace codeview {
class TypeIndex;
class TypeSymbolEmitter {
private: