[glib] Add some more individual own header includes where required
- From: Tor Lillqvist <tml src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] Add some more individual own header includes where required
- Date: Sun, 12 Sep 2010 11:15:17 +0000 (UTC)
commit 8a8cdd1d328df0f2429e2c49050dae1aec4abf36
Author: Tor Lillqvist <tml iki fi>
Date: Sun Sep 12 13:58:13 2010 +0300
Add some more individual own header includes where required
gio/gdbusprivate.c | 1 +
glib/gunicollate.c | 3 +++
glib/guniprop.c | 3 +++
3 files changed, 7 insertions(+), 0 deletions(-)
---
diff --git a/gio/gdbusprivate.c b/gio/gdbusprivate.c
index ba4ecb1..d96121b 100644
--- a/gio/gdbusprivate.c
+++ b/gio/gdbusprivate.c
@@ -37,6 +37,7 @@
#include "gasyncresult.h"
#include "gsimpleasyncresult.h"
#include "ginputstream.h"
+#include "gmemoryinputstream.h"
#include "giostream.h"
#include "gsocketcontrolmessage.h"
#include "gsocketconnection.h"
diff --git a/glib/gunicollate.c b/glib/gunicollate.c
index ef399a7..165ecbc 100644
--- a/glib/gunicollate.c
+++ b/glib/gunicollate.c
@@ -36,6 +36,9 @@
#include "gstring.h"
#include "gstrfuncs.h"
#include "gtestutils.h"
+#ifndef __STDC_ISO_10646__
+#include "gconvert.h"
+#endif
#ifdef _MSC_VER
diff --git a/glib/guniprop.c b/glib/guniprop.c
index e741099..6390574 100644
--- a/glib/guniprop.c
+++ b/glib/guniprop.c
@@ -35,6 +35,9 @@
#include "gmirroringtable.h"
#include "gscripttable.h"
#include "gunicodeprivate.h"
+#ifdef G_OS_WIN32
+#include "gwin32.h"
+#endif
#define ATTR_TABLE(Page) (((Page) <= G_UNICODE_LAST_PAGE_PART1) \
? attr_table_part1[Page] \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]