mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-26 15:36:14 +01:00
Clean up includes
This commit is contained in:
parent
6d2b2ccaa0
commit
3c02c64474
@ -44,8 +44,7 @@
|
|||||||
#include "gthreadprivate.h"
|
#include "gthreadprivate.h"
|
||||||
#include "deprecated/gthread.h"
|
#include "deprecated/gthread.h"
|
||||||
|
|
||||||
#include "gslice.h"
|
#include <string.h>
|
||||||
#include "gmain.h"
|
|
||||||
|
|
||||||
#ifdef HAVE_UNISTD_H
|
#ifdef HAVE_UNISTD_H
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
@ -58,13 +57,11 @@
|
|||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
#endif /* G_OS_WIN32 */
|
#endif /* G_OS_WIN32 */
|
||||||
|
|
||||||
#include <string.h>
|
|
||||||
|
|
||||||
#include "garray.h"
|
#include "garray.h"
|
||||||
#include "gbitlock.h"
|
#include "gbitlock.h"
|
||||||
|
#include "gslice.h"
|
||||||
#include "gslist.h"
|
#include "gslist.h"
|
||||||
#include "gtestutils.h"
|
#include "gtestutils.h"
|
||||||
#include "gtimer.h"
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* SECTION:threads
|
* SECTION:threads
|
||||||
|
Loading…
Reference in New Issue
Block a user