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