DIPrinter.h - reduce unnecessary includes to forward declarations. NFC.

This commit is contained in:
Simon Pilgrim 2020-05-20 14:31:01 +01:00
parent 3c84353804
commit cb51c0549e
1 changed files with 2 additions and 2 deletions

View File

@ -14,14 +14,14 @@
#ifndef LLVM_DEBUGINFO_SYMBOLIZE_DIPRINTER_H
#define LLVM_DEBUGINFO_SYMBOLIZE_DIPRINTER_H
#include "llvm/DebugInfo/DIContext.h"
#include "llvm/Support/raw_ostream.h"
#include <string>
namespace llvm {
struct DILineInfo;
class DIInliningInfo;
struct DIGlobal;
struct DILocal;
class raw_ostream;
namespace symbolize {