summaryrefslogtreecommitdiffstats
path: root/libraries/gtkhtml/glib-single-include.patch
blob: 4a4d50362f68a57bbfbfb936f55bfbc623480bde (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
Index: gtkhtml-3.18.3/a11y/text.c
===================================================================
--- gtkhtml-3.18.3.orig/a11y/text.c
+++ gtkhtml-3.18.3/a11y/text.c
@@ -27,7 +27,7 @@
 #include <atk/atkhypertext.h>
 #include <atk/atkhyperlink.h>
 #include <glib/gi18n-lib.h>
-#include <glib/gmacros.h>
+#include <glib.h>
 #include <pango/pango.h>
 #include "gtkhtml.h"
 #include "htmlengine.h"
Index: gtkhtml-3.18.3/gtkhtml/htmlobject.c
===================================================================
--- gtkhtml-3.18.3.orig/gtkhtml/htmlobject.c
+++ gtkhtml-3.18.3/gtkhtml/htmlobject.c
@@ -23,8 +23,7 @@
 
 #include <config.h>
 #include <string.h>
-#include <glib/gdataset.h>
-#include <glib/gquark.h>
+#include <glib.h>
 
 #include "htmlclue.h"
 #include "htmlclueflow.h"
Index: gtkhtml-3.18.3/gtkhtml/test-stress.c
===================================================================
--- gtkhtml-3.18.3.orig/gtkhtml/test-stress.c
+++ gtkhtml-3.18.3/gtkhtml/test-stress.c
@@ -1,7 +1,7 @@
 #include <string.h>
 #include <stdio.h>
 #include <stdlib.h>
-#include <glib/gstring.h>
+#include <glib.h>
 #include <gtk/gtkmain.h>
 #include <gtk/gtkscrolledwindow.h>
 #include <gtk/gtkwindow.h>
Index: gtkhtml-3.18.3/gtkhtml/test-suite.c
===================================================================
--- gtkhtml-3.18.3.orig/gtkhtml/test-suite.c
+++ gtkhtml-3.18.3/gtkhtml/test-suite.c
@@ -1,6 +1,6 @@
 #include <string.h>
 #include <stdio.h>
-#include <glib/gstring.h>
+#include <glib.h>
 #include <gtk/gtkmain.h>
 #include <gtk/gtkscrolledwindow.h>
 #include <gtk/gtkwindow.h>