mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-26 15:36:14 +01:00
More include cleanups
This commit is contained in:
parent
eb125665d8
commit
2f71118e78
@ -44,12 +44,10 @@
|
|||||||
#include "gconvert.h"
|
#include "gconvert.h"
|
||||||
|
|
||||||
#include "gcharset.h"
|
#include "gcharset.h"
|
||||||
#include "gprintfint.h"
|
|
||||||
#include "gslist.h"
|
#include "gslist.h"
|
||||||
#include "gstrfuncs.h"
|
#include "gstrfuncs.h"
|
||||||
#include "gtestutils.h"
|
#include "gtestutils.h"
|
||||||
#include "gthread.h"
|
#include "gthread.h"
|
||||||
#include "gthreadprivate.h"
|
|
||||||
#include "gunicode.h"
|
#include "gunicode.h"
|
||||||
#include "gfileutils.h"
|
#include "gfileutils.h"
|
||||||
|
|
||||||
|
@ -54,7 +54,6 @@
|
|||||||
#include "gmem.h"
|
#include "gmem.h"
|
||||||
#include "gtestutils.h"
|
#include "gtestutils.h"
|
||||||
#include "gthread.h"
|
#include "gthread.h"
|
||||||
#include "gthreadprivate.h"
|
|
||||||
|
|
||||||
#ifdef G_OS_WIN32
|
#ifdef G_OS_WIN32
|
||||||
#include <process.h> /* For getpid() */
|
#include <process.h> /* For getpid() */
|
||||||
|
@ -50,7 +50,6 @@
|
|||||||
#include "gprintf.h"
|
#include "gprintf.h"
|
||||||
#include "gprintfint.h"
|
#include "gprintfint.h"
|
||||||
#include "glibintl.h"
|
#include "glibintl.h"
|
||||||
#include "gthreadprivate.h"
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -42,6 +42,7 @@
|
|||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
|
||||||
|
#include "glib.h"
|
||||||
#include "gthread.h"
|
#include "gthread.h"
|
||||||
#include "gthreadprivate.h"
|
#include "gthreadprivate.h"
|
||||||
#include "gslice.h"
|
#include "gslice.h"
|
||||||
@ -416,9 +417,6 @@ g_private_replace (GPrivate *key,
|
|||||||
|
|
||||||
/* {{{1 GThread */
|
/* {{{1 GThread */
|
||||||
|
|
||||||
#include "glib.h"
|
|
||||||
#include "gthreadprivate.h"
|
|
||||||
|
|
||||||
#define win32_check_for_error(what) G_STMT_START{ \
|
#define win32_check_for_error(what) G_STMT_START{ \
|
||||||
if (!(what)) \
|
if (!(what)) \
|
||||||
g_error ("file %s: line %d (%s): error %s during %s", \
|
g_error ("file %s: line %d (%s): error %s during %s", \
|
||||||
|
Loading…
Reference in New Issue
Block a user