mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-24 21:16:15 +01:00
Clean Glib header #include issues: gthread
This commit is contained in:
parent
c7940d8180
commit
81e98c399e
@ -40,7 +40,7 @@
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include "glib.h"
|
||||
#include "gthread.h"
|
||||
#include "gthreadprivate.h"
|
||||
|
||||
#ifdef HAVE_UNISTD_H
|
||||
@ -56,6 +56,11 @@
|
||||
|
||||
#include <string.h>
|
||||
|
||||
#include "garray.h"
|
||||
#include "gslist.h"
|
||||
#include "gtestutils.h"
|
||||
#include "gtimer.h"
|
||||
|
||||
#include "galias.h"
|
||||
|
||||
/**
|
||||
|
@ -32,7 +32,6 @@
|
||||
#define __G_THREAD_H__
|
||||
|
||||
#include <glib/gerror.h>
|
||||
#include <glib/gtypes.h>
|
||||
#include <glib/gutils.h> /* for G_INLINE_FUNC */
|
||||
#include <glib/gatomic.h> /* for g_atomic_pointer_get */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user