diff options
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, \ |