NetworkManager/src/rdisc
Dan Winship 3452ee2a0e all: rename nm-glib-compat.h to nm-glib.h, use everywhere
Rather than randomly including one or more of <glib.h>,
<glib-object.h>, and <gio/gio.h> everywhere (and forgetting to include
"nm-glib-compat.h" most of the time), rename nm-glib-compat.h to
nm-glib.h, include <gio/gio.h> from there, and then change all .c
files in NM to include "nm-glib.h" rather than including the glib
headers directly.

(Public headers files still have to include the real glib headers,
since nm-glib.h isn't installed...)

Also, remove glib includes from header files that are already
including a base object header file (which must itself already include
the glib headers).
2015-07-24 13:25:47 -04:00
..
tests builds: only enable TAP driver for glib >= 2.37.6 2015-05-28 12:51:24 +02:00
Makefile.am trivial: allow building tests from rdisc directory 2013-07-30 11:40:18 +02:00
nm-fake-rdisc.c rdisc: prevent solicitation loop for expiring DNS information (rh #1207730) (rh #1151665) 2015-05-01 16:35:47 -05:00
nm-fake-rdisc.h rdisc: prevent solicitation loop for expiring DNS information (rh #1207730) (rh #1151665) 2015-05-01 16:35:47 -05:00
nm-lndp-rdisc.c rdisc: move most RA processing logic into base class 2015-05-01 16:30:32 -05:00
nm-lndp-rdisc.h all: fix up multiple-include-guard defines 2014-08-16 10:17:14 -04:00
nm-rdisc-private.h rdisc: move most RA processing logic into base class 2015-05-01 16:30:32 -05:00
nm-rdisc.c platform/coverity: add workarounds to suppress coverify warnings 2015-06-25 18:49:18 +02:00
nm-rdisc.h all: rename nm-glib-compat.h to nm-glib.h, use everywhere 2015-07-24 13:25:47 -04:00