From 108cd91e6e2653cce09fe40d2368fcaca95fc971 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 24 Nov 2024 18:18:23 -0500 Subject: Remove IWYU pragmas that no longer seem necessary --- include/ganv/box.h | 2 -- include/ganv/circle.h | 2 -- include/ganv/edge.h | 2 -- include/ganv/group.h | 2 -- include/ganv/module.h | 2 -- include/ganv/node.h | 2 -- include/ganv/port.h | 2 -- include/ganv/widget.h | 2 -- include/ganv/wrap.hpp | 12 +++++------- 9 files changed, 5 insertions(+), 23 deletions(-) (limited to 'include') diff --git a/include/ganv/box.h b/include/ganv/box.h index 049c281..59b1a5b 100644 --- a/include/ganv/box.h +++ b/include/ganv/box.h @@ -13,8 +13,6 @@ * with Ganv. If not, see . */ -// IWYU pragma: no_include "ganv-private.h" - #ifndef GANV_BOX_H #define GANV_BOX_H diff --git a/include/ganv/circle.h b/include/ganv/circle.h index 6145395..499bb54 100644 --- a/include/ganv/circle.h +++ b/include/ganv/circle.h @@ -13,8 +13,6 @@ * with Ganv. If not, see . */ -// IWYU pragma: no_include "ganv-private.h" - #ifndef GANV_CIRCLE_H #define GANV_CIRCLE_H diff --git a/include/ganv/edge.h b/include/ganv/edge.h index 1451cb1..8cce02e 100644 --- a/include/ganv/edge.h +++ b/include/ganv/edge.h @@ -13,8 +13,6 @@ * with Ganv. If not, see . */ -// IWYU pragma: no_include "ganv-private.h" - #ifndef GANV_EDGE_H #define GANV_EDGE_H diff --git a/include/ganv/group.h b/include/ganv/group.h index a38a055..d17cecb 100644 --- a/include/ganv/group.h +++ b/include/ganv/group.h @@ -13,8 +13,6 @@ * with Ganv. If not, see . */ -// IWYU pragma: no_include "ganv-private.h" - #ifndef GANV_GROUP_H #define GANV_GROUP_H diff --git a/include/ganv/module.h b/include/ganv/module.h index a610b3a..e0d9380 100644 --- a/include/ganv/module.h +++ b/include/ganv/module.h @@ -13,8 +13,6 @@ * with Ganv. If not, see . */ -// IWYU pragma: no_include "ganv-private.h" - #ifndef GANV_MODULE_H #define GANV_MODULE_H diff --git a/include/ganv/node.h b/include/ganv/node.h index 75db879..2fc5067 100644 --- a/include/ganv/node.h +++ b/include/ganv/node.h @@ -13,8 +13,6 @@ * with Ganv. If not, see . */ -// IWYU pragma: no_include "ganv-private.h" - #ifndef GANV_NODE_H #define GANV_NODE_H diff --git a/include/ganv/port.h b/include/ganv/port.h index cb390f2..8dd101c 100644 --- a/include/ganv/port.h +++ b/include/ganv/port.h @@ -13,8 +13,6 @@ * with Ganv. If not, see . */ -// IWYU pragma: no_include "ganv-private.h" - #ifndef GANV_PORT_H #define GANV_PORT_H diff --git a/include/ganv/widget.h b/include/ganv/widget.h index 7de05a2..2f02514 100644 --- a/include/ganv/widget.h +++ b/include/ganv/widget.h @@ -13,8 +13,6 @@ * with Ganv. If not, see . */ -// IWYU pragma: no_include "ganv-private.h" - /* Based on GnomeCanvasWidget, by Federico Mena * Copyright 1997-2000 Free Software Foundation */ 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 . */ -// IWYU pragma: no_include "gettext.h" - #ifndef GANV_WRAP_HPP #define GANV_WRAP_HPP #include -#include // IWYU pragma: keep -#include // IWYU pragma: keep -#include // IWYU pragma: keep -#include // IWYU pragma: keep -#include // IWYU pragma: keep +#include +#include +#include +#include +#include #define CONNECT_PROP_SIGNAL(gobj, name, notify, handler) \ g_signal_connect(gobj, "notify::" #name, \ -- cgit v1.2.1