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