mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 07:23:41 +02:00
Remove excessive header includes
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user