diff options
author | David Robillard <d@drobilla.net> | 2024-11-24 18:18:23 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2024-11-24 18:18:23 -0500 |
commit | 108cd91e6e2653cce09fe40d2368fcaca95fc971 (patch) | |
tree | fecf974a370ad34b1eaae8e595757e00338a3a37 /include/ganv/wrap.hpp | |
parent | 23d5f3731bd0d08a1c732ec025126af56865713f (diff) | |
download | ganv-108cd91e6e2653cce09fe40d2368fcaca95fc971.tar.gz ganv-108cd91e6e2653cce09fe40d2368fcaca95fc971.tar.bz2 ganv-108cd91e6e2653cce09fe40d2368fcaca95fc971.zip |
Diffstat (limited to 'include/ganv/wrap.hpp')
-rw-r--r-- | include/ganv/wrap.hpp | 12 |
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, \ |