Add some more individual own header includes where required

This commit is contained in:
Tor Lillqvist 2010-09-12 13:58:13 +03:00
parent fc3abfffcf
commit 8a8cdd1d32
3 changed files with 7 additions and 0 deletions

View File

@ -37,6 +37,7 @@
#include "gasyncresult.h" #include "gasyncresult.h"
#include "gsimpleasyncresult.h" #include "gsimpleasyncresult.h"
#include "ginputstream.h" #include "ginputstream.h"
#include "gmemoryinputstream.h"
#include "giostream.h" #include "giostream.h"
#include "gsocketcontrolmessage.h" #include "gsocketcontrolmessage.h"
#include "gsocketconnection.h" #include "gsocketconnection.h"

View File

@ -36,6 +36,9 @@
#include "gstring.h" #include "gstring.h"
#include "gstrfuncs.h" #include "gstrfuncs.h"
#include "gtestutils.h" #include "gtestutils.h"
#ifndef __STDC_ISO_10646__
#include "gconvert.h"
#endif
#ifdef _MSC_VER #ifdef _MSC_VER

View File

@ -35,6 +35,9 @@
#include "gmirroringtable.h" #include "gmirroringtable.h"
#include "gscripttable.h" #include "gscripttable.h"
#include "gunicodeprivate.h" #include "gunicodeprivate.h"
#ifdef G_OS_WIN32
#include "gwin32.h"
#endif
#define ATTR_TABLE(Page) (((Page) <= G_UNICODE_LAST_PAGE_PART1) \ #define ATTR_TABLE(Page) (((Page) <= G_UNICODE_LAST_PAGE_PART1) \
? attr_table_part1[Page] \ ? attr_table_part1[Page] \