summaryrefslogtreecommitdiffstats
path: root/src/TextViewLog.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-05-26 23:20:33 -0400
committerDavid Robillard <d@drobilla.net>2022-05-26 23:22:40 -0400
commit40e71c72337f37dbab2220ec6f5b59425f7e51e8 (patch)
treea1c87418891db0dcba173c4bf09e0bca54092f8e /src/TextViewLog.hpp
parentd9c59e88cd521f5dee4f39c46fad4c1835591199 (diff)
downloadpatchage-40e71c72337f37dbab2220ec6f5b59425f7e51e8.tar.gz
patchage-40e71c72337f37dbab2220ec6f5b59425f7e51e8.tar.bz2
patchage-40e71c72337f37dbab2220ec6f5b59425f7e51e8.zip
Clean up includes
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 {