diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/ganv/box.h | 2 | ||||
-rw-r--r-- | include/ganv/circle.h | 2 | ||||
-rw-r--r-- | include/ganv/edge.h | 2 | ||||
-rw-r--r-- | include/ganv/group.h | 2 | ||||
-rw-r--r-- | include/ganv/module.h | 2 | ||||
-rw-r--r-- | include/ganv/node.h | 2 | ||||
-rw-r--r-- | include/ganv/port.h | 2 | ||||
-rw-r--r-- | include/ganv/widget.h | 2 | ||||
-rw-r--r-- | include/ganv/wrap.hpp | 12 |
9 files changed, 5 insertions, 23 deletions
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 <http://www.gnu.org/licenses/>. */ -// 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 <http://www.gnu.org/licenses/>. */ -// 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 <http://www.gnu.org/licenses/>. */ -// 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 <http://www.gnu.org/licenses/>. */ -// 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 <http://www.gnu.org/licenses/>. */ -// 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 <http://www.gnu.org/licenses/>. */ -// 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 <http://www.gnu.org/licenses/>. */ -// 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 <http://www.gnu.org/licenses/>. */ -// IWYU pragma: no_include "ganv-private.h" - /* Based on GnomeCanvasWidget, by Federico Mena <federico@nuclecu.unam.mx> * 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 <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, \ |