summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorChristian Hammond <chipx86@chipx86.com>2006-01-19 06:25:16 +0000
committerChristian Hammond <chipx86@chipx86.com>2006-01-19 06:25:16 +0000
commit28e0463e7562caa62001ca02d1de00dc92a71625 (patch)
treed749e1077e03b5560642365509664e9eabb52ffe /tests
parent85981b247c52738b6144aa5556afc9f8eb2d7388 (diff)
downloadlibnotify-28e0463e7562caa62001ca02d1de00dc92a71625.tar.gz
Remove the config.h include from notifynotification.h.
Diffstat (limited to 'tests')
-rw-r--r--tests/test-xy-stress.c8
1 files changed, 0 insertions, 8 deletions
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 <stdio.h>
#include <unistd.h>
-#include <dbus/dbus.h>
-#include <dbus/dbus-glib.h>
-#include <dbus/dbus-glib-lowlevel.h>
-
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);