~mdz/network-manager/ubuntu.0.7

« back to all changes in this revision

Viewing changes to libnm-util/nm-utils.h

2008-03-04  Dan Williams  <dcbw@redhat.com>

        Patch from Michael Biebl <biebl@debian.org>

        * NetworkManager.pc.in
                - doesn't actually depend on dbus-1

        * libnm-util/nm-utils.h
                - remove unused #include <dbus/dbus.h>

        * libnm-glib/libnm_glib.pc.in
                - depends on glib and dbus-glib

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
 
26
26
#include <glib.h>
27
27
#include <execinfo.h>
28
 
#include <dbus/dbus.h>
29
28
 
30
29
#include "nm-connection.h"
31
30