Remove excessive header includes
authorMatthias Clasen <mclasen@redhat.com>
Sat, 4 Sep 2010 01:15:45 +0000 (21:15 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 4 Sep 2010 01:15:45 +0000 (21:15 -0400)
glib/gdatetime.c
glib/gdatetime.h

index b6cb09b..4772d49 100644 (file)
@@ -38,8 +38,6 @@
 
 #include "config.h"
 
-#include "glib.h"
-
 #include <stdlib.h>
 #include <string.h>
 
 #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
index 5ed2e8c..315f558 100644 (file)
@@ -25,7 +25,7 @@
 #define __G_DATE_TIME_H__
 
 #include <time.h>
-#include <glib.h>
+#include <gtypes.h>
 
 G_BEGIN_DECLS