mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-10 00:50:33 +01:00
core: #include gsystem-local-alloc.h instead of libgsystem.h
Signed-off-by: Thomas Haller <thaller@redhat.com>
This commit is contained in:
parent
2fdaa29f08
commit
7a5af89f0b
5 changed files with 3 additions and 5 deletions
|
|
@ -38,7 +38,7 @@
|
|||
#include <linux/if.h>
|
||||
#include <netlink/route/addr.h>
|
||||
|
||||
#include "libgsystem.h"
|
||||
#include "gsystem-local-alloc.h"
|
||||
#include "nm-glib-compat.h"
|
||||
#include "nm-device.h"
|
||||
#include "nm-device-private.h"
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@
|
|||
#include <string.h>
|
||||
#include <sys/resource.h>
|
||||
|
||||
#include "libgsystem.h"
|
||||
#include "gsystem-local-alloc.h"
|
||||
#include "NetworkManager.h"
|
||||
#include "NetworkManagerUtils.h"
|
||||
#include "nm-manager.h"
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@
|
|||
#include <unistd.h>
|
||||
#include <dbus/dbus-glib.h>
|
||||
|
||||
#include "libgsystem.h"
|
||||
#include "gsystem-local-alloc.h"
|
||||
|
||||
#include "nm-activation-request.h"
|
||||
#include "nm-logging.h"
|
||||
|
|
|
|||
|
|
@ -23,7 +23,6 @@
|
|||
|
||||
#include "nm-ip4-config.h"
|
||||
|
||||
#include "libgsystem.h"
|
||||
#include "nm-platform.h"
|
||||
#include "nm-utils.h"
|
||||
#include "nm-dbus-manager.h"
|
||||
|
|
|
|||
|
|
@ -24,7 +24,6 @@
|
|||
#include "nm-ip6-config.h"
|
||||
|
||||
#include "nm-glib-compat.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