mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-04 18:00:18 +01:00
trivial: consistently #include "libgsystem.h" rather than just gsystem-local-alloc.h
libgsystem contains more than just the local allocation macros; in the future we will likely want to make use of some of this such as the structured logging support.
This commit is contained in:
parent
f35c8e3e4a
commit
ff89e98fac
4 changed files with 4 additions and 4 deletions
|
|
@ -37,7 +37,7 @@
|
|||
#include <fcntl.h>
|
||||
#include <linux/if.h>
|
||||
|
||||
#include "gsystem-local-alloc.h"
|
||||
#include "libgsystem.h"
|
||||
#include "nm-glib-compat.h"
|
||||
#include "nm-device.h"
|
||||
#include "nm-device-private.h"
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@
|
|||
#include <gmodule.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "gsystem-local-alloc.h"
|
||||
#include "libgsystem.h"
|
||||
#include "NetworkManager.h"
|
||||
#include "NetworkManagerUtils.h"
|
||||
#include "nm-manager.h"
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@
|
|||
|
||||
#include "nm-ip4-config.h"
|
||||
|
||||
#include "gsystem-local-alloc.h"
|
||||
#include "libgsystem.h"
|
||||
#include "nm-platform.h"
|
||||
#include "nm-utils.h"
|
||||
#include "nm-dbus-manager.h"
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@
|
|||
#include "nm-ip6-config.h"
|
||||
|
||||
#include "nm-glib-compat.h"
|
||||
#include "gsystem-local-alloc.h"
|
||||
#include "libgsystem.h"
|
||||
#include "nm-platform.h"
|
||||
#include "nm-utils.h"
|
||||
#include "nm-dbus-manager.h"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue