summaryrefslogtreecommitdiffstats
path: root/include/ganv/wrap.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2024-11-24 18:18:23 -0500
committerDavid Robillard <d@drobilla.net>2024-11-24 18:18:23 -0500
commit108cd91e6e2653cce09fe40d2368fcaca95fc971 (patch)
treefecf974a370ad34b1eaae8e595757e00338a3a37 /include/ganv/wrap.hpp
parent23d5f3731bd0d08a1c732ec025126af56865713f (diff)
downloadganv-108cd91e6e2653cce09fe40d2368fcaca95fc971.tar.gz
ganv-108cd91e6e2653cce09fe40d2368fcaca95fc971.tar.bz2
ganv-108cd91e6e2653cce09fe40d2368fcaca95fc971.zip
Remove IWYU pragmas that no longer seem necessaryHEADmain
Diffstat (limited to 'include/ganv/wrap.hpp')
-rw-r--r--include/ganv/wrap.hpp12
1 files changed, 5 insertions, 7 deletions
diff --git a/include/ganv/wrap.hpp b/include/ganv/wrap.hpp
index 0fdc0dc..058ec82 100644
--- a/include/ganv/wrap.hpp
+++ b/include/ganv/wrap.hpp
@@ -13,18 +13,16 @@
* with Ganv. If not, see <http://www.gnu.org/licenses/>.
*/
-// IWYU pragma: no_include "gettext.h"
-
#ifndef GANV_WRAP_HPP
#define GANV_WRAP_HPP
#include <ganv/item.h>
-#include <glib-object.h> // IWYU pragma: keep
-#include <glib.h> // IWYU pragma: keep
-#include <gobject/gclosure.h> // IWYU pragma: keep
-#include <sigc++/functors/mem_fun.h> // IWYU pragma: keep
-#include <sigc++/signal.h> // IWYU pragma: keep
+#include <glib-object.h>
+#include <glib.h>
+#include <gobject/gclosure.h>
+#include <sigc++/functors/mem_fun.h>
+#include <sigc++/signal.h>
#define CONNECT_PROP_SIGNAL(gobj, name, notify, handler) \
g_signal_connect(gobj, "notify::" #name, \