summaryrefslogtreecommitdiffstats
path: root/network/gq/glib-single-include.patch
blob: f09733155e4ca39ce2ca799eb258360fc1ab0708 (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
Index: gq-1.2.3/src/gq-hash.h
===================================================================
--- gq-1.2.3.orig/src/gq-hash.h
+++ gq-1.2.3/src/gq-hash.h
@@ -24,7 +24,7 @@
 #ifndef GQ_ENCRYPTION_H
 #define GQ_ENCRYPTION_H
 
-#include <glib/garray.h>
+#include <glib.h>
 #include "util.h"
 
 G_BEGIN_DECLS
Index: gq-1.2.3/src/gq-server-list.h
===================================================================
--- gq-1.2.3.orig/src/gq-server-list.h
+++ gq-1.2.3/src/gq-server-list.h
@@ -26,7 +26,7 @@
 #ifndef GQ_SERVER_LIST_H
 #define GQ_SERVER_LIST_H
 
-#include <glib/gmacros.h>
+#include <glib.h>
 #include "gq-server.h" // for GqServer
 
 G_BEGIN_DECLS
Index: gq-1.2.3/src/state.c
===================================================================
--- gq-1.2.3.orig/src/state.c
+++ gq-1.2.3/src/state.c
@@ -36,7 +36,7 @@
 #include <errno.h>
 
 #include <glib/gi18n.h>
-#include <glib/gmessages.h>
+#include <glib.h>
 #include <gtk/gtk.h>
 
 #include "xmlparse.h"