aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2010-08-29 19:40:56 +0800
committerMatthew Barnes <mbarnes@redhat.com>2010-08-29 19:42:26 +0800
commit8fbcab126e2453c8cbf7b5dba5a309bf83e0a3c3 (patch)
treef9d7ae03b8422fc2ebebb05f8692d1a657390009
parent2b53fa716416a411c0d37ca53f1dc95ab35f690e (diff)
downloadgsoc2013-evolution-8fbcab126e2453c8cbf7b5dba5a309bf83e0a3c3.tar
gsoc2013-evolution-8fbcab126e2453c8cbf7b5dba5a309bf83e0a3c3.tar.gz
gsoc2013-evolution-8fbcab126e2453c8cbf7b5dba5a309bf83e0a3c3.tar.bz2
gsoc2013-evolution-8fbcab126e2453c8cbf7b5dba5a309bf83e0a3c3.tar.lz
gsoc2013-evolution-8fbcab126e2453c8cbf7b5dba5a309bf83e0a3c3.tar.xz
gsoc2013-evolution-8fbcab126e2453c8cbf7b5dba5a309bf83e0a3c3.tar.zst
gsoc2013-evolution-8fbcab126e2453c8cbf7b5dba5a309bf83e0a3c3.zip
Remove the last traces of dbus-glib.
-rw-r--r--calendar/gui/alarm-notify/notify-main.c1
-rw-r--r--capplet/anjal-settings-main.c1
-rw-r--r--shell/main.c1
3 files changed, 0 insertions, 3 deletions
diff --git a/calendar/gui/alarm-notify/notify-main.c b/calendar/gui/alarm-notify/notify-main.c
index 799229af85..eb0f52425d 100644
--- a/calendar/gui/alarm-notify/notify-main.c
+++ b/calendar/gui/alarm-notify/notify-main.c
@@ -32,7 +32,6 @@
#include <glib/gi18n.h>
#include <camel/camel.h>
#include <unique/unique.h>
-#include <dbus/dbus-glib.h>
#include <libedataserver/e-source.h>
#include <libedataserverui/e-passwords.h>
diff --git a/capplet/anjal-settings-main.c b/capplet/anjal-settings-main.c
index ec1019d2d2..86eedfaecf 100644
--- a/capplet/anjal-settings-main.c
+++ b/capplet/anjal-settings-main.c
@@ -37,7 +37,6 @@
#include "settings/mail-capplet-shell.h"
#include <gconf/gconf-client.h>
#include <libedataserver/e-categories.h>
-#include <dbus/dbus-glib.h>
#ifdef G_OS_WIN32
#define WIN32_LEAN_AND_MEAN
diff --git a/shell/main.c b/shell/main.c
index 82d6e6a39e..55af1fd4cc 100644
--- a/shell/main.c
+++ b/shell/main.c
@@ -42,7 +42,6 @@
#include <windows.h>
#endif
-#include <dbus/dbus-glib.h>
#include <gconf/gconf-client.h>
#include <libxml/xmlmemory.h>