From 28e0463e7562caa62001ca02d1de00dc92a71625 Mon Sep 17 00:00:00 2001 From: Christian Hammond Date: Thu, 19 Jan 2006 06:25:16 +0000 Subject: [PATCH] Remove the config.h include from notifynotification.h. --- ChangeLog | 6 ++++++ libnotify/notifynotification.h | 1 - tests/test-xy-stress.c | 8 -------- 3 files changed, 6 insertions(+), 9 deletions(-) diff --git a/ChangeLog b/ChangeLog index 49719df..941f567 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Wed Jan 18 22:24:10 PST 2006 Christian Hammond + + * libnotify/notifynotification.h: + * tests/test-xy-stress.c: + - Remove the config.h include from notifynotification.h. + Sun Jan 15 17:52:39 PST 2006 Christian Hammond * docs/notification-spec.xml: diff --git a/libnotify/notifynotification.h b/libnotify/notifynotification.h index a00ca5e..56f9968 100644 --- a/libnotify/notifynotification.h +++ b/libnotify/notifynotification.h @@ -18,7 +18,6 @@ #ifndef NOTIFY_NOTIFICATION_H #define NOTIFY_NOTIFICATION_H -#include "config.h" #include #include diff --git a/tests/test-xy-stress.c b/tests/test-xy-stress.c index 333e908..6e37435 100644 --- a/tests/test-xy-stress.c +++ b/tests/test-xy-stress.c @@ -24,10 +24,6 @@ #include #include -#include -#include -#include - static void _handle_closed(GObject *obj) { @@ -82,15 +78,11 @@ int main(int argc, char **argv) { GMainLoop *loop; - DBusConnection *conn; gdk_init(&argc, &argv); notify_init("XY"); - conn = dbus_bus_get(DBUS_BUS_SESSION, NULL); - dbus_connection_setup_with_g_main(conn, NULL); - g_timeout_add(1000, _popup_random_bubble, NULL); loop = g_main_loop_new(NULL, FALSE);