core: #include gsystem-local-alloc.h instead of libgsystem.h

Signed-off-by: Thomas Haller <thaller@redhat.com>
This commit is contained in:
Thomas Haller 2014-07-15 19:30:33 +02:00
parent 2fdaa29f08
commit 7a5af89f0b
5 changed files with 3 additions and 5 deletions

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"