From c7cc84afee9b6d8b196679bf784751c4052020a3 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 14 Dec 2020 13:13:56 +0100 Subject: Clean up includes --- src/TextViewLog.hpp | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) (limited to 'src/TextViewLog.hpp') diff --git a/src/TextViewLog.hpp b/src/TextViewLog.hpp index 913b527..52c1b2c 100644 --- a/src/TextViewLog.hpp +++ b/src/TextViewLog.hpp @@ -17,15 +17,24 @@ #ifndef PATCHAGE_TEXTVIEWLOG_HPP #define PATCHAGE_TEXTVIEWLOG_HPP +// IWYU pragma: no_include + #include "ILog.hpp" -#include "Widget.hpp" #include -#include -#include + +#include + +namespace Gtk { +class TextView; +class TextTag; // IWYU pragma: keep +} // namespace Gtk namespace patchage { +template +class Widget; + /// Log that writes colored messages to a Gtk TextView class TextViewLog : public ILog { -- cgit v1.2.1