From cb51c0549e0c14ec73a5e174b705d812b6ea0de6 Mon Sep 17 00:00:00 2001 From: Simon Pilgrim Date: Wed, 20 May 2020 14:31:01 +0100 Subject: [PATCH] DIPrinter.h - reduce unnecessary includes to forward declarations. NFC. --- llvm/include/llvm/DebugInfo/Symbolize/DIPrinter.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/llvm/include/llvm/DebugInfo/Symbolize/DIPrinter.h b/llvm/include/llvm/DebugInfo/Symbolize/DIPrinter.h index 8d4c649..3d7e069 100644 --- a/llvm/include/llvm/DebugInfo/Symbolize/DIPrinter.h +++ b/llvm/include/llvm/DebugInfo/Symbolize/DIPrinter.h @@ -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 namespace llvm { struct DILineInfo; class DIInliningInfo; struct DIGlobal; struct DILocal; +class raw_ostream; namespace symbolize { -- 2.7.4