Changeset 2433

Show
Ignore:
Timestamp:
01/18/06 22:25:16
Author:
chipx86
Message:

Remove the config.h include from notifynotification.h.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/libnotify/ChangeLog

    r2432 r2433  
     1Wed Jan 18 22:24:10 PST 2006  Christian Hammond <chipx86@chipx86.com> 
     2 
     3    * libnotify/notifynotification.h: 
     4    * tests/test-xy-stress.c: 
     5      - Remove the config.h include from notifynotification.h. 
     6 
    17Sun Jan 15 17:52:39 PST 2006  Christian Hammond <chipx86@chipx86.com> 
    28 
  • trunk/libnotify/libnotify/notifynotification.h

    r2426 r2433  
    1919#ifndef NOTIFY_NOTIFICATION_H 
    2020#define NOTIFY_NOTIFICATION_H 
    21 #include "config.h" 
    2221 
    2322#include <glib.h> 
  • trunk/libnotify/tests/test-xy-stress.c

    r2391 r2433  
    2424#include <stdio.h> 
    2525#include <unistd.h> 
    26  
    27 #include <dbus/dbus.h> 
    28 #include <dbus/dbus-glib.h> 
    29 #include <dbus/dbus-glib-lowlevel.h> 
    3026 
    3127static void 
     
    8379{ 
    8480    GMainLoop *loop; 
    85     DBusConnection *conn; 
    8681 
    8782    gdk_init(&argc, &argv); 
    8883 
    8984    notify_init("XY"); 
    90  
    91     conn = dbus_bus_get(DBUS_BUS_SESSION, NULL); 
    92     dbus_connection_setup_with_g_main(conn, NULL); 
    9385 
    9486    g_timeout_add(1000, _popup_random_bubble, NULL);