[glib] Remove excessive header includes
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] Remove excessive header includes
- Date: Sat, 4 Sep 2010 03:06:10 +0000 (UTC)
commit 7c68050451b0480673bb389c70f238fcd871790b
Author: Matthias Clasen <mclasen redhat com>
Date: Fri Sep 3 21:15:45 2010 -0400
Remove excessive header includes
glib/gdatetime.c | 8 ++++----
glib/gdatetime.h | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/glib/gdatetime.c b/glib/gdatetime.c
index b6cb09b..4772d49 100644
--- a/glib/gdatetime.c
+++ b/glib/gdatetime.c
@@ -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
diff --git a/glib/gdatetime.h b/glib/gdatetime.h
index 5ed2e8c..315f558 100644
--- a/glib/gdatetime.h
+++ b/glib/gdatetime.h
@@ -25,7 +25,7 @@
#define __G_DATE_TIME_H__
#include <time.h>
-#include <glib.h>
+#include <gtypes.h>
G_BEGIN_DECLS
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]