mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@135201 d073be05-634f-4543-b044-5fe20cf6d1d6
34 lines
835 B
Diff
34 lines
835 B
Diff
--- src/gq-hash.h.orig 2006-10-04 09:50:41.000000000 -0500
|
|
+++ src/gq-hash.h 2015-04-18 23:05:14.000000000 -0500
|
|
@@ -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
|
|
--- src/gq-server-list.h.orig 2006-10-04 09:50:40.000000000 -0500
|
|
+++ src/gq-server-list.h 2015-04-18 23:05:14.000000000 -0500
|
|
@@ -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
|
|
--- src/state.c.orig 2006-10-04 09:50:42.000000000 -0500
|
|
+++ src/state.c 2015-04-18 23:05:16.000000000 -0500
|
|
@@ -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"
|