mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-26 22:16:16 +01:00
Remove excessive header includes
This commit is contained in:
parent
aad1921651
commit
7c68050451
@ -38,8 +38,6 @@
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include "glib.h"
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
@ -52,10 +50,12 @@
|
||||
#include <time.h>
|
||||
#endif /* !G_OS_WIN32 */
|
||||
|
||||
#include "glibintl.h"
|
||||
|
||||
#include "gdatetime.h"
|
||||
|
||||
#include "gatomic.h"
|
||||
#include "gtestutils.h"
|
||||
#include "glibintl.h"
|
||||
|
||||
/**
|
||||
* SECTION:date-time
|
||||
* @title: GDateTime
|
||||
|
@ -25,7 +25,7 @@
|
||||
#define __G_DATE_TIME_H__
|
||||
|
||||
#include <time.h>
|
||||
#include <glib.h>
|
||||
#include <gtypes.h>
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user