Remove excessive header includes

This commit is contained in:
Matthias Clasen 2010-09-03 21:15:45 -04:00
parent aad1921651
commit 7c68050451
2 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -25,7 +25,7 @@
#define __G_DATE_TIME_H__
#include <time.h>
#include <glib.h>
#include <gtypes.h>
G_BEGIN_DECLS