summaryrefslogtreecommitdiffstats
path: root/src/TextViewLog.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/TextViewLog.hpp')
-rw-r--r--src/TextViewLog.hpp4
1 files changed, 1 insertions, 3 deletions
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 <gtkmm/texttag.h>
-
#include "ILog.hpp"
#include <glibmm/refptr.h>
+#include <gtkmm/texttag.h>
#include <string>
namespace Gtk {
class TextView;
-class TextTag; // IWYU pragma: keep
} // namespace Gtk
namespace patchage {