Package: libgtkada / 3.8.3-1

include_only_glib_h.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Author: Ludovic Brenta <lbrenta@debian.org>
Subject: Including invidiual glib headers has been deprecated for several years.
Bug-Debian: http://bugs.debian.org/665570
Applied-Upstream: https://github.com/AdaCore/gtkada/commit/901a766ce2b4bf4fcda25178a8c95774762da9ad

--- a/src/misc.c
+++ b/src/misc.c
@@ -34,7 +34,6 @@
 #include <stdlib.h>
 #include <string.h>
 #include <glib.h>
-#include <glib-object.h>
 #include <pango/pango.h>
 #include <gdk/gdk.h>
 #include <gtk/gtk.h>