forked from OSchip/llvm-project
DIPrinter.h - reduce unnecessary includes to forward declarations. NFC.
This commit is contained in:
parent
3c84353804
commit
cb51c0549e
|
@ -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 {
|
||||
|
||||
|
|
Loading…
Reference in New Issue