aboutsummaryrefslogtreecommitdiffstats
path: root/widgets
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2011-05-28 22:18:56 +0800
committerRodrigo Moya <rodrigo@gnome-db.org>2011-06-30 00:42:21 +0800
commit7132d0f0c2b8494b3962792cd77ce3fcb5313687 (patch)
treecdf5ae9b6d1aaf025d648a4f8dc10c3090f2db4c /widgets
parent63d86c794e104a40e729cedea51d3929f10b0cb9 (diff)
downloadgsoc2013-evolution-7132d0f0c2b8494b3962792cd77ce3fcb5313687.tar
gsoc2013-evolution-7132d0f0c2b8494b3962792cd77ce3fcb5313687.tar.gz
gsoc2013-evolution-7132d0f0c2b8494b3962792cd77ce3fcb5313687.tar.bz2
gsoc2013-evolution-7132d0f0c2b8494b3962792cd77ce3fcb5313687.tar.lz
gsoc2013-evolution-7132d0f0c2b8494b3962792cd77ce3fcb5313687.tar.xz
gsoc2013-evolution-7132d0f0c2b8494b3962792cd77ce3fcb5313687.tar.zst
gsoc2013-evolution-7132d0f0c2b8494b3962792cd77ce3fcb5313687.zip
Including <glib.h> directly is rarely needed.
Diffstat (limited to 'widgets')
-rw-r--r--widgets/menus/gal-view-collection.c1
-rw-r--r--widgets/misc/e-port-entry.c1
-rw-r--r--widgets/misc/e-searching-tokenizer.h1
-rw-r--r--widgets/misc/ea-calendar-item.c1
-rw-r--r--widgets/misc/ea-cell-table.h1
-rw-r--r--widgets/table/e-cell-date-edit.c1
-rw-r--r--widgets/table/e-table-header-item.c1
-rw-r--r--widgets/table/e-table-header-utils.c1
-rw-r--r--widgets/table/e-table-specification.c1
-rw-r--r--widgets/table/e-table.c1
-rw-r--r--widgets/table/e-tree-table-adapter.c1
11 files changed, 0 insertions, 11 deletions
diff --git a/widgets/menus/gal-view-collection.c b/widgets/menus/gal-view-collection.c
index 50a18e87f3..39ce216ce1 100644
--- a/widgets/menus/gal-view-collection.c
+++ b/widgets/menus/gal-view-collection.c
@@ -28,7 +28,6 @@
#include <string.h>
#include <errno.h>
-#include <glib.h>
#include <libxml/parser.h>
#include <libedataserver/e-xml-utils.h>
diff --git a/widgets/misc/e-port-entry.c b/widgets/misc/e-port-entry.c
index b00a90f3ec..a353613039 100644
--- a/widgets/misc/e-port-entry.c
+++ b/widgets/misc/e-port-entry.c
@@ -19,7 +19,6 @@
#include <stddef.h>
#include <string.h>
-#include <glib.h>
struct _EPortEntryPrivate {
guint port;
diff --git a/widgets/misc/e-searching-tokenizer.h b/widgets/misc/e-searching-tokenizer.h
index 7eb603a25d..ab13203c36 100644
--- a/widgets/misc/e-searching-tokenizer.h
+++ b/widgets/misc/e-searching-tokenizer.h
@@ -24,7 +24,6 @@
#ifndef E_SEARCHING_TOKENIZER_H
#define E_SEARCHING_TOKENIZER_H
-#include <glib.h>
#include <gtkhtml/htmltokenizer.h>
/* Standard GObject macros */
diff --git a/widgets/misc/ea-calendar-item.c b/widgets/misc/ea-calendar-item.c
index a3acca0b2a..89fcf3a031 100644
--- a/widgets/misc/ea-calendar-item.c
+++ b/widgets/misc/ea-calendar-item.c
@@ -28,7 +28,6 @@
#include <time.h>
#include <string.h>
#include <libgnomecanvas/gnome-canvas.h>
-#include <glib.h>
#include <e-util/e-util.h>
#include <glib/gi18n.h>
#include <libedataserver/e-data-server-util.h>
diff --git a/widgets/misc/ea-cell-table.h b/widgets/misc/ea-cell-table.h
index 353bbd0634..bcd6efdc85 100644
--- a/widgets/misc/ea-cell-table.h
+++ b/widgets/misc/ea-cell-table.h
@@ -22,7 +22,6 @@
/* EaCellTable */
-#include <glib.h>
#include <glib-object.h>
struct _EaCellTable {
diff --git a/widgets/table/e-cell-date-edit.c b/widgets/table/e-cell-date-edit.c
index 750b4dea0b..7517ad0e9c 100644
--- a/widgets/table/e-cell-date-edit.c
+++ b/widgets/table/e-cell-date-edit.c
@@ -33,7 +33,6 @@
#include <string.h>
#include <time.h>
-#include <glib.h>
#include <gdk/gdkkeysyms.h>
#include <gtk/gtk.h>
diff --git a/widgets/table/e-table-header-item.c b/widgets/table/e-table-header-item.c
index 020f1d8ca5..9215e7b2fb 100644
--- a/widgets/table/e-table-header-item.c
+++ b/widgets/table/e-table-header-item.c
@@ -26,7 +26,6 @@
#endif
#include <string.h>
-#include <glib.h>
#include <gtk/gtk.h>
#include <libgnomecanvas/libgnomecanvas.h>
diff --git a/widgets/table/e-table-header-utils.c b/widgets/table/e-table-header-utils.c
index 174d20a1de..659677eceb 100644
--- a/widgets/table/e-table-header-utils.c
+++ b/widgets/table/e-table-header-utils.c
@@ -27,7 +27,6 @@
#endif
#include <string.h> /* strlen() */
-#include <glib.h>
#include <gtk/gtk.h>
diff --git a/widgets/table/e-table-specification.c b/widgets/table/e-table-specification.c
index 03a66f9b98..76c268ad11 100644
--- a/widgets/table/e-table-specification.c
+++ b/widgets/table/e-table-specification.c
@@ -27,7 +27,6 @@
#include <stdlib.h>
#include <string.h>
-#include <glib.h>
#include <glib/gstdio.h>
#include <libxml/parser.h>
#include <libxml/xmlmemory.h>
diff --git a/widgets/table/e-table.c b/widgets/table/e-table.c
index 3acf7c6c21..f755cbc451 100644
--- a/widgets/table/e-table.c
+++ b/widgets/table/e-table.c
@@ -31,7 +31,6 @@
#include <string.h>
#include <stdio.h>
-#include <glib.h>
#include <glib/gstdio.h>
#include <gdk/gdkkeysyms.h>
#include <gtk/gtk.h>
diff --git a/widgets/table/e-tree-table-adapter.c b/widgets/table/e-tree-table-adapter.c
index 56669ec515..4cfd74fe68 100644
--- a/widgets/table/e-tree-table-adapter.c
+++ b/widgets/table/e-tree-table-adapter.c
@@ -28,7 +28,6 @@
#include <stdlib.h>
#include <string.h>
-#include <glib.h>
#include <glib/gstdio.h>
#include <libxml/tree.h>
#include <libxml/parser.h>