From: Nickolay V. Shmyrev Date: Wed, 22 Nov 2006 02:02:55 +0000 (+0000) Subject: Drop dbus include, fixes compilation with older dbus. X-Git-Tag: EVINCE_0_7_0~50 X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=commitdiff_plain;h=37d5830d015edc7ccf455972436dd5f277c86e6c;p=evince.git Drop dbus include, fixes compilation with older dbus. 2006-11-22 Nickolay V. Shmyrev * cut-n-paste/totem-screensaver/totem-scrsaver.c: Drop dbus include, fixes compilation with older dbus. --- diff --git a/ChangeLog b/ChangeLog index db915709..82e39a5e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2006-11-22 Nickolay V. Shmyrev + + * cut-n-paste/totem-screensaver/totem-scrsaver.c: + + Drop dbus include, fixes compilation with older dbus. + 2006-11-22 Wouter Bolsterlee * configure.ac: diff --git a/cut-n-paste/totem-screensaver/totem-scrsaver.c b/cut-n-paste/totem-screensaver/totem-scrsaver.c index 5d5a1f26..18c94317 100644 --- a/cut-n-paste/totem-screensaver/totem-scrsaver.c +++ b/cut-n-paste/totem-screensaver/totem-scrsaver.c @@ -32,7 +32,6 @@ #include #ifdef ENABLE_DBUS -#include #include #define GS_SERVICE "org.gnome.ScreenSaver"