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:
Colin Walters 2013-08-29 15:37:57 -04:00 committed by Dan Williams
parent f35c8e3e4a
commit ff89e98fac
4 changed files with 4 additions and 4 deletions

View file

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

View file

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

View file

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

View file

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