all: add "src/core/nm-default-daemon.h" as replacement for "nm-default.h"

This commit is contained in:
Thomas Haller 2021-02-04 18:04:13 +01:00
parent 78629830c8
commit dc2afc9b77
No known key found for this signature in database
GPG Key ID: 29C2366E4DFC5728
194 changed files with 224 additions and 199 deletions

View File

@ -1890,13 +1890,12 @@ EXTRA_DIST += \
src_core_cppflags_base = \
-I$(srcdir)/src/core \
$(dflt_cppflags_libnm_core) \
-DNETWORKMANAGER_COMPILATION=NM_NETWORKMANAGER_COMPILATION_DAEMON \
-DG_LOG_DOMAIN=\""NetworkManager"\" \
$(SANITIZER_EXEC_CFLAGS) \
$(NULL)
src_core_cppflags_base_test = \
$(src_core_cppflags_base) \
-DNETWORKMANAGER_COMPILATION_TEST \
$(NULL)
src_core_cppflags_device_plugin = \
@ -1917,7 +1916,6 @@ src_core_cppflags = \
src_core_cppflags_test = \
$(src_core_cppflags) \
-DNETWORKMANAGER_COMPILATION_TEST \
$(NULL)
if REQUIRE_ROOT_TESTS
@ -2308,6 +2306,8 @@ EXTRA_DIST += \
src_core_libNetworkManager_la_CPPFLAGS = $(src_core_cppflags)
src_core_libNetworkManager_la_SOURCES = \
\
src/core/nm-default-daemon.h \
\
src/core/nm-checkpoint.c \
src/core/nm-checkpoint.h \
@ -2682,7 +2682,6 @@ src_core_initrd_nm_initrd_generator_LDFLAGS = \
check_programs += src/core/initrd/tests/test-dt-reader
src_core_initrd_tests_test_dt_reader_CPPFLAGS = \
-DNETWORKMANAGER_COMPILATION_TEST \
$(src_core_cppflags) \
$(NULL)
@ -2703,7 +2702,6 @@ src_core_initrd_tests_test_dt_reader_LDADD = \
check_programs += src/core/initrd/tests/test-ibft-reader
src_core_initrd_tests_test_ibft_reader_CPPFLAGS = \
-DNETWORKMANAGER_COMPILATION_TEST \
$(src_core_cppflags) \
$(NULL)
@ -2940,7 +2938,6 @@ EXTRA_DIST += \
check_programs += src/core/initrd/tests/test-cmdline-reader
src_core_initrd_tests_test_cmdline_reader_CPPFLAGS = \
-DNETWORKMANAGER_COMPILATION_TEST \
$(src_core_cppflags) \
$(NULL)

View File

@ -22,7 +22,7 @@
#error Define NETWORKMANAGER_COMPILATION accordingly
#endif
#if NETWORKMANAGER_COMPILATION < NM_NETWORKMANAGER_COMPILATION_DAEMON
#if NETWORKMANAGER_COMPILATION < NM_NETWORKMANAGER_COMPILATION_SYSTEMD_SHARED
#error Dont include this header with such NETWORKMANAGER_COMPILATION
#endif

View File

@ -4,7 +4,7 @@
* Copyright (C) 2005 - 2008 Novell, Inc.
*/
#include "nm-default.h"
#include "src/core/nm-default-daemon.h"
#include "NetworkManagerUtils.h"

View File

@ -3,7 +3,7 @@
* Copyright (C) 2009 - 2013 Red Hat, Inc.
*/
#include "nm-default.h"
#include "src/core/nm-default-daemon.h"
#include <gmodule.h>
#include <libudev.h>

View File

@ -3,7 +3,7 @@
* Pantelis Koukousoulas <pktoss@gmail.com>
*/
#include "nm-default.h"
#include "src/core/nm-default-daemon.h"
#include "nm-device-adsl.h"

View File

@ -3,7 +3,7 @@
* Copyright (C) 2013 - 2014 Red Hat, Inc.
*/
#include "nm-default.h"
#include "src/core/nm-default-daemon.h"
#include "nm-bluez-manager.h"

View File

@ -3,7 +3,7 @@
* Copyright (C) 2014 Red Hat, Inc.
*/
#include "nm-default.h"
#include "src/core/nm-default-daemon.h"
#include <sys/socket.h>
#include <bluetooth/sdp.h>

View File

@ -3,7 +3,7 @@
* Copyright (C) 2014 Red Hat, Inc.
*/
#include "nm-default.h"
#include "src/core/nm-default-daemon.h"
#include "nm-bt-error.h"

View File

@ -3,7 +3,7 @@
* Copyright (C) 2009 - 2011 Red Hat, Inc.
*/
#include "nm-default.h"
#include "src/core/nm-default-daemon.h"
#include "nm-device-bt.h"

View File

@ -1,6 +1,6 @@
/* SPDX-License-Identifier: LGPL-2.1-or-later */
#include "nm-default.h"
#include "src/core/nm-default-daemon.h"
#include <glib-unix.h>

View File

@ -3,7 +3,7 @@
* Copyright (C) 2015 - 2018 Red Hat, Inc.
*/
#include "nm-default.h"
#include "src/core/nm-default-daemon.h"
#include "nm-acd-manager.h"

View File

@ -3,7 +3,7 @@
* Copyright (C) 2018 Red Hat, Inc.
*/
#include "nm-default.h"
#include "src/core/nm-default-daemon.h"
#include "nm-device-6lowpan.h"

View File

@ -3,7 +3,7 @@
* Copyright (C) 2011 - 2018 Red Hat, Inc.
*/
#include "nm-default.h"
#include "src/core/nm-default-daemon.h"
#include "nm-device-bond.h"

View File

@ -3,7 +3,7 @@
* Copyright (C) 2011 - 2015 Red Hat, Inc.
*/
#include "nm-default.h"
#include "src/core/nm-default-daemon.h"
#include "nm-device-bridge.h"

View File

@ -3,7 +3,7 @@
* Copyright (C) 2017 Red Hat, Inc.
*/
#include "nm-default.h"
#include "src/core/nm-default-daemon.h"
#include "nm-device-dummy.h"

View File

@ -3,7 +3,7 @@
* Copyright (C) 2011 Red Hat, Inc.
*/
#include "nm-default.h"
#include "src/core/nm-default-daemon.h"
#include "nm-device-ethernet-utils.h"

View File

@ -4,7 +4,7 @@
* Copyright (C) 2006 - 2008 Novell, Inc.
*/
#include "nm-default.h"
#include "src/core/nm-default-daemon.h"
#include "nm-device-ethernet.h"

View File

@ -3,7 +3,7 @@
* Copyright (C) 2014 - 2018 Red Hat, Inc.
*/
#include "nm-default.h"
#include "src/core/nm-default-daemon.h"
#include "nm-device-factory.h"

View File

@ -3,7 +3,7 @@
* Copyright (C) 2013 Red Hat, Inc.
*/
#include "nm-default.h"
#include "src/core/nm-default-daemon.h"
#include "nm-device-generic.h"

View File

@ -3,7 +3,7 @@
* Copyright (C) 2011 - 2018 Red Hat, Inc.
*/
#include "nm-default.h"
#include "src/core/nm-default-daemon.h"
#include "nm-device-infiniband.h"

View File

@ -3,7 +3,7 @@
* Copyright (C) 2015 Red Hat, Inc.
*/
#include "nm-default.h"
#include "src/core/nm-default-daemon.h"
#include "nm-device-ip-tunnel.h"

View File

@ -3,7 +3,7 @@
* Copyright (C) 2017 Red Hat, Inc.
*/
#include "nm-default.h"
#include "src/core/nm-default-daemon.h"
#include "nm-device-macsec.h"

View File

@ -3,7 +3,7 @@
* Copyright (C) 2013 - 2015 Red Hat, Inc.
*/
#include "nm-default.h"
#include "src/core/nm-default-daemon.h"
#include "nm-device-macvlan.h"

View File

@ -3,7 +3,7 @@
* Copyright (C) 2017 Red Hat, Inc.
*/
#include "nm-default.h"
#include "src/core/nm-default-daemon.h"
#include "nm-device-ppp.h"

View File

@ -3,7 +3,7 @@
* Copyright (C) 2013 - 2015 Red Hat, Inc.
*/
#include "nm-default.h"
#include "src/core/nm-default-daemon.h"
#include "nm-device-tun.h"

View File

@ -3,7 +3,7 @@
* Copyright (C) 2013 Red Hat, Inc.
*/
#include "nm-default.h"
#include "src/core/nm-default-daemon.h"
#include <stdlib.h>

View File

@ -3,7 +3,7 @@
* Copyright (C) 2011 - 2012 Red Hat, Inc.
*/
#include "nm-default.h"
#include "src/core/nm-default-daemon.h"
#include "nm-device-vlan.h"

View File

@ -1,6 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
#include "nm-default.h"
#include "src/core/nm-default-daemon.h"
#include "nm-device-vrf.h"

View File

@ -3,7 +3,7 @@
* Copyright (C) 2013 - 2015 Red Hat, Inc.
*/
#include "nm-default.h"
#include "src/core/nm-default-daemon.h"
#include "nm-device-vxlan.h"

View File

@ -3,7 +3,7 @@
* Copyright (C) 2018 Javier Arteaga <jarteaga@jbeta.is>
*/
#include "nm-default.h"
#include "src/core/nm-default-daemon.h"
#include "nm-device-wireguard.h"

View File

@ -3,7 +3,7 @@
* Copyright (C) 2018 Lubomir Rintel <lkundrak@v3.sk>
*/
#include "nm-default.h"
#include "src/core/nm-default-daemon.h"
#include "nm-manager.h"
#include "nm-device-wpan.h"

View File

@ -4,7 +4,7 @@
* Copyright (C) 2006 - 2008 Novell, Inc.
*/
#include "nm-default.h"
#include "src/core/nm-default-daemon.h"
#include "nm-device.h"

View File

@ -3,7 +3,7 @@
* Copyright (C) 2015 Red Hat, Inc.
*/
#include "nm-default.h"
#include "src/core/nm-default-daemon.h"
#include "nm-lldp-listener.h"

View File

@ -3,7 +3,7 @@
* Copyright (C) 2017 Red Hat, Inc.
*/
#include "nm-default.h"
#include "src/core/nm-default-daemon.h"
#include "nm-device-ovs-bridge.h"

View File

@ -3,7 +3,7 @@
* Copyright (C) 2017 Red Hat, Inc.
*/
#include "nm-default.h"
#include "src/core/nm-default-daemon.h"
#include "nm-device-ovs-interface.h"

View File

@ -3,7 +3,7 @@
* Copyright (C) 2017 Red Hat, Inc.
*/
#include "nm-default.h"
#include "src/core/nm-default-daemon.h"
#include "nm-device-ovs-port.h"

View File

@ -3,7 +3,7 @@
* Copyright (C) 2017 Red Hat, Inc.
*/
#include "nm-default.h"
#include "src/core/nm-default-daemon.h"
#include "nm-manager.h"
#include "nm-ovsdb.h"

View File

@ -3,7 +3,7 @@
* Copyright (C) 2017 Red Hat, Inc.
*/
#include "nm-default.h"
#include "src/core/nm-default-daemon.h"
#include "nm-ovsdb.h"

View File

@ -4,7 +4,7 @@
* Copyright (C) 2018 Red Hat, Inc.
*/
#include "nm-default.h"
#include "src/core/nm-default-daemon.h"
#include "nm-device-team.h"

View File

@ -3,7 +3,7 @@
* Copyright (C) 2014 Red Hat, Inc.
*/
#include "nm-default.h"
#include "src/core/nm-default-daemon.h"
#include <gmodule.h>

View File

@ -3,7 +3,7 @@
* Copyright (C) 2015 Red Hat, Inc.
*/
#include "nm-default.h"
#include "src/core/nm-default-daemon.h"
#include "n-acd/src/n-acd.h"

View File

@ -3,7 +3,7 @@
* Copyright (C) 2015 Red Hat, Inc.
*/
#include "nm-default.h"
#include "src/core/nm-default-daemon.h"
#include <fcntl.h>
#include <netinet/if_ether.h>

View File

@ -3,7 +3,7 @@
* Copyright (C) 2017 Intel Corporation
*/
#include "nm-default.h"
#include "src/core/nm-default-daemon.h"
#include "nm-device-iwd.h"

View File

@ -8,7 +8,7 @@
* Copyright (C) 2009 One Laptop per Child
*/
#include "nm-default.h"
#include "src/core/nm-default-daemon.h"
#include "nm-device-olpc-mesh.h"

View File

@ -3,7 +3,7 @@
* Copyright (C) 2018 Red Hat, Inc.
*/
#include "nm-default.h"
#include "src/core/nm-default-daemon.h"
#include "nm-device-wifi-p2p.h"

View File

@ -4,7 +4,7 @@
* Copyright (C) 2006 - 2008 Novell, Inc.
*/
#include "nm-default.h"
#include "src/core/nm-default-daemon.h"
#include "nm-device-wifi.h"

View File

@ -3,7 +3,7 @@
* Copyright (C) 2017 Intel Corporation
*/
#include "nm-default.h"
#include "src/core/nm-default-daemon.h"
#include "nm-iwd-manager.h"

View File

@ -4,7 +4,7 @@
* Copyright (C) 2006 - 2008 Novell, Inc.
*/
#include "nm-default.h"
#include "src/core/nm-default-daemon.h"
#include "nm-wifi-ap.h"

View File

@ -3,7 +3,7 @@
* Copyright (C) 2018 Red Hat, Inc.
*/
#include "nm-default.h"
#include "src/core/nm-default-daemon.h"
#include "nm-wifi-common.h"

View File

@ -3,7 +3,7 @@
* Copyright (C) 2011 - 2014 Red Hat, Inc.
*/
#include "nm-default.h"
#include "src/core/nm-default-daemon.h"
#include <gmodule.h>

View File

@ -3,7 +3,7 @@
* Copyright (C) 2018 Red Hat, Inc.
*/
#include "nm-default.h"
#include "src/core/nm-default-daemon.h"
#include "nm-wifi-p2p-peer.h"

View File

@ -3,7 +3,7 @@
* Copyright (C) 2011 Red Hat, Inc.
*/
#include "nm-default.h"
#include "src/core/nm-default-daemon.h"
#include "nm-wifi-utils.h"

View File

@ -3,7 +3,7 @@
* Copyright (C) 2011 Red Hat, Inc.
*/
#include "nm-default.h"
#include "src/core/nm-default-daemon.h"
#include "devices/wifi/nm-wifi-utils.h"
#include "devices/wifi/nm-device-wifi.h"

View File

@ -3,7 +3,7 @@
* Copyright (C) 2009 - 2019 Red Hat, Inc.
*/
#include "nm-default.h"
#include "src/core/nm-default-daemon.h"
#include "nm-device-modem.h"

View File

@ -3,7 +3,7 @@
* Copyright (C) 2012 Aleksander Morgado <aleksander@gnu.org>
*/
#include "nm-default.h"
#include "src/core/nm-default-daemon.h"
#include "nm-modem-broadband.h"
#include "nm-service-providers.h"

View File

@ -5,7 +5,7 @@
* Copyright (C) 2009 - 2013 Canonical Ltd.
*/
#include "nm-default.h"
#include "src/core/nm-default-daemon.h"
#include "nm-modem-manager.h"

View File

@ -3,7 +3,7 @@
* Copyright (C) 2013 - 2016 Canonical Ltd.
*/
#include "nm-default.h"
#include "src/core/nm-default-daemon.h"
#include "nm-modem-ofono.h"

View File

@ -4,7 +4,7 @@
* Copyright (C) 2009 Novell, Inc.
*/
#include "nm-default.h"
#include "src/core/nm-default-daemon.h"
#include "nm-modem.h"

View File

@ -6,7 +6,7 @@
* Copyright (C) 2012 Lanedo GmbH
*/
#include "nm-default.h"
#include "src/core/nm-default-daemon.h"
#include "nm-service-providers.h"

View File

@ -3,7 +3,7 @@
* Copyright (C) 2014 Red Hat, Inc.
*/
#include "nm-default.h"
#include "src/core/nm-default-daemon.h"
#include <gmodule.h>

View File

@ -3,7 +3,7 @@
* Copyright (C) 2019 Red Hat
*/
#include "nm-default.h"
#include "src/core/nm-default-daemon.h"
#include "nm-service-providers.h"

View File

@ -3,7 +3,7 @@
* Copyright (C) 2005 - 2010 Red Hat, Inc.
*/
#include "nm-default.h"
#include "src/core/nm-default-daemon.h"
#include "nm-dhcp-client.h"

View File

@ -3,7 +3,7 @@
* Copyright (C) 2011 Red Hat, Inc.
*/
#include "nm-default.h"
#include "src/core/nm-default-daemon.h"
#include "nm-dhcp-dhclient-utils.h"

View File

@ -10,7 +10,7 @@
#include <time.h>
#undef _XOPEN_SOURCE
#include "nm-default.h"
#include "src/core/nm-default-daemon.h"
#if WITH_DHCLIENT

View File

@ -3,7 +3,7 @@
* Copyright (C) 2017 juga <juga at riseup dot net>
*/
#include "nm-default.h"
#include "src/core/nm-default-daemon.h"
#if WITH_DHCPCANON

View File

@ -4,7 +4,7 @@
* Copyright (C) 2010 Dan Williams <dcbw@redhat.com>
*/
#include "nm-default.h"
#include "src/core/nm-default-daemon.h"
#if WITH_DHCPCD

View File

@ -3,7 +3,7 @@
* Copyright (C) 2014 - 2016 Red Hat, Inc.
*/
#include "nm-default.h"
#include "src/core/nm-default-daemon.h"
#include "nm-dhcp-listener.h"

View File

@ -4,7 +4,7 @@
* Copyright (C) 2006 - 2008 Novell, Inc.
*/
#include "nm-default.h"
#include "src/core/nm-default-daemon.h"
#include "nm-dhcp-manager.h"

View File

@ -3,7 +3,7 @@
* Copyright (C) 2014 - 2019 Red Hat, Inc.
*/
#include "nm-default.h"
#include "src/core/nm-default-daemon.h"
#include <stdlib.h>
#include <unistd.h>

View File

@ -3,7 +3,7 @@
* Copyright (C) 2019 Red Hat, Inc.
*/
#include "nm-default.h"
#include "src/core/nm-default-daemon.h"
#include "nm-dhcp-options.h"

View File

@ -3,7 +3,7 @@
* Copyright (C) 2014 Red Hat, Inc.
*/
#include "nm-default.h"
#include "src/core/nm-default-daemon.h"
#include <stdlib.h>
#include <unistd.h>

View File

@ -3,7 +3,7 @@
* Copyright (C) 2005 - 2010 Red Hat, Inc.
*/
#include "nm-default.h"
#include "src/core/nm-default-daemon.h"
#include <unistd.h>
#include <arpa/inet.h>

View File

@ -3,7 +3,7 @@
* Copyright (C) 2010 Red Hat, Inc.
*/
#include "nm-default.h"
#include "src/core/nm-default-daemon.h"
#include <unistd.h>
#include <arpa/inet.h>

View File

@ -3,7 +3,7 @@
* Copyright (C) 2008 - 2014 Red Hat, Inc.
*/
#include "nm-default.h"
#include "src/core/nm-default-daemon.h"
#include <netinet/in.h>
#include <arpa/inet.h>

View File

@ -3,7 +3,7 @@
* Copyright (C) 2010 Dan Williams <dcbw@redhat.com>
*/
#include "nm-default.h"
#include "src/core/nm-default-daemon.h"
#include "nm-dns-dnsmasq.h"

View File

@ -5,7 +5,7 @@
* Copyright (C) 2005 - 2008 Novell, Inc.
*/
#include "nm-default.h"
#include "src/core/nm-default-daemon.h"
#include <fcntl.h>
#include <resolv.h>

View File

@ -3,7 +3,7 @@
* Copyright (C) 2010 - 2012 Red Hat, Inc.
*/
#include "nm-default.h"
#include "src/core/nm-default-daemon.h"
#include "nm-dns-plugin.h"

View File

@ -4,7 +4,7 @@
* Copyright (C) 2016 Sjoerd Simons <sjoerd@luon.net>
*/
#include "nm-default.h"
#include "src/core/nm-default-daemon.h"
#include "nm-dns-systemd-resolved.h"

View File

@ -4,7 +4,7 @@
* Author: Pavel Šimerda <psimerda@redhat.com>
*/
#include "nm-default.h"
#include "src/core/nm-default-daemon.h"
#include "nm-dns-unbound.h"

View File

@ -3,7 +3,7 @@
* Copyright (C) 2008 - 2012 Red Hat, Inc.
*/
#include "nm-default.h"
#include "src/core/nm-default-daemon.h"
#include "nm-dnsmasq-manager.h"

View File

@ -3,7 +3,7 @@
* Copyright (C) 2013 Red Hat, Inc.
*/
#include "nm-default.h"
#include "src/core/nm-default-daemon.h"
#include <arpa/inet.h>

View File

@ -3,7 +3,7 @@
* Copyright (C) 2013 Red Hat, Inc.
*/
#include "nm-default.h"
#include "src/core/nm-default-daemon.h"
#include <arpa/inet.h>

View File

@ -3,7 +3,7 @@
* Copyright (C) 2018 Red Hat, Inc.
*/
#include "nm-default.h"
#include "src/core/nm-default-daemon.h"
#include "nm-core-utils.h"
#include "nm-core-internal.h"
#include "nm-keyfile/nm-keyfile-internal.h"

View File

@ -3,7 +3,7 @@
* Copyright (C) 2018 Red Hat, Inc.
*/
#include "nm-default.h"
#include "src/core/nm-default-daemon.h"
#include <linux/if_ether.h>
#include <linux/if_infiniband.h>

View File

@ -3,7 +3,7 @@
* Copyright (C) 2019 Red Hat, Inc.
*/
#include "nm-default.h"
#include "src/core/nm-default-daemon.h"
#include "nm-initrd-generator.h"

View File

@ -3,7 +3,7 @@
* Copyright (C) 2014 - 2018 Red Hat, Inc.
*/
#include "nm-default.h"
#include "src/core/nm-default-daemon.h"
#include "nm-initrd-generator.h"

View File

@ -3,7 +3,7 @@
* Copyright (C) 2018 Red Hat, Inc.
*/
#include "nm-default.h"
#include "src/core/nm-default-daemon.h"
#include <stdio.h>
#include <stdarg.h>

View File

@ -3,7 +3,7 @@
* Copyright (C) 2014 - 2018 Red Hat, Inc.
*/
#include "nm-default.h"
#include "src/core/nm-default-daemon.h"
#include <stdio.h>
#include <stdarg.h>

View File

@ -3,7 +3,7 @@
* Copyright (C) 2014 - 2018 Red Hat, Inc.
*/
#include "nm-default.h"
#include "src/core/nm-default-daemon.h"
#include <stdio.h>
#include <stdarg.h>

View File

@ -4,7 +4,7 @@
* Copyright (C) 2005 - 2008 Novell, Inc.
*/
#include "nm-default.h"
#include "src/core/nm-default-daemon.h"
#include <stdio.h>
#include <fcntl.h>

View File

@ -4,7 +4,7 @@
* Copyright (C) 2005 - 2008 Novell, Inc.
*/
#include "nm-default.h"
#include "src/core/nm-default-daemon.h"
#include <getopt.h>
#include <locale.h>

View File

@ -34,7 +34,9 @@ subdir('systemd')
core_plugins = []
daemon_c_flags = ['-DNETWORKMANAGER_COMPILATION=NM_NETWORKMANAGER_COMPILATION_DAEMON']
daemon_c_flags = [
'-DG_LOG_DOMAIN="NetworkManager"',
]
platform_wifi_wext_source = files()
if enable_wext
@ -224,7 +226,7 @@ executable(
)
if enable_tests
test_c_flags = daemon_c_flags + ['-DNETWORKMANAGER_COMPILATION_TEST']
test_c_flags = daemon_c_flags
if require_root_tests
test_c_flags += ['-DREQUIRE_ROOT_TESTS=1']
endif

View File

@ -3,7 +3,7 @@
* Copyright (C) 2013 Red Hat, Inc.
*/
#include "nm-default.h"
#include "src/core/nm-default-daemon.h"
#include "nm-fake-ndisc.h"

View File

@ -3,7 +3,7 @@
* Copyright (C) 2013 Red Hat, Inc.
*/
#include "nm-default.h"
#include "src/core/nm-default-daemon.h"
#include "nm-lndp-ndisc.h"

View File

@ -3,7 +3,7 @@
* Copyright (C) 2013 Red Hat, Inc.
*/
#include "nm-default.h"
#include "src/core/nm-default-daemon.h"
#include "nm-ndisc.h"

View File

@ -3,7 +3,7 @@
* Copyright (C) 2015 Red Hat, Inc.
*/
#include "nm-default.h"
#include "src/core/nm-default-daemon.h"
#include <syslog.h>

View File

@ -3,7 +3,7 @@
* Copyright (C) 2013 Red Hat, Inc.
*/
#include "nm-default.h"
#include "src/core/nm-default-daemon.h"
#include <syslog.h>

View File

@ -4,7 +4,7 @@
* Copyright (C) 2007 - 2008 Novell, Inc.
*/
#include "nm-default.h"
#include "src/core/nm-default-daemon.h"
#include "nm-act-request.h"

View File

@ -3,7 +3,7 @@
* Copyright (C) 2008 - 2014 Red Hat, Inc.
*/
#include "nm-default.h"
#include "src/core/nm-default-daemon.h"
#include "nm-active-connection.h"

View File

@ -3,7 +3,7 @@
* Copyright (C) 2015 Red Hat, Inc.
*/
#include "nm-default.h"
#include "src/core/nm-default-daemon.h"
#include "nm-audit-manager.h"

Some files were not shown because too many files have changed in this diff Show More