From 40e71c72337f37dbab2220ec6f5b59425f7e51e8 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 26 May 2022 23:20:33 -0400 Subject: Clean up includes --- src/TextViewLog.hpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/TextViewLog.hpp') diff --git a/src/TextViewLog.hpp b/src/TextViewLog.hpp index 9840303..5a91853 100644 --- a/src/TextViewLog.hpp +++ b/src/TextViewLog.hpp @@ -17,17 +17,15 @@ #ifndef PATCHAGE_TEXTVIEWLOG_HPP #define PATCHAGE_TEXTVIEWLOG_HPP -// IWYU pragma: no_include - #include "ILog.hpp" #include +#include #include namespace Gtk { class TextView; -class TextTag; // IWYU pragma: keep } // namespace Gtk namespace patchage { -- cgit v1.2.1