From 4295f103d71d947e3ed92731e648ba409d3664ac Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 15 Dec 2020 13:20:11 +0100 Subject: Clean up includes --- ganv/wrap.hpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'ganv/wrap.hpp') diff --git a/ganv/wrap.hpp b/ganv/wrap.hpp index 80aa0d2..a71be41 100644 --- a/ganv/wrap.hpp +++ b/ganv/wrap.hpp @@ -16,8 +16,6 @@ #ifndef GANV_WRAP_HPP #define GANV_WRAP_HPP -#include - #define CONNECT_PROP_SIGNAL(gobj, name, notify, handler) \ g_signal_connect(gobj, "notify::" #name, \ G_CALLBACK(notify), &_signal_##name); \ -- cgit v1.2.1