mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-30 06:10:11 +01:00
shared: include "nm-glib.h" from "nm-macros-internal.h"
"nm-glib.h" is our most basic header. "nm-macros-internal.h" extends on that. Thus, let "nm-macros-internal.h" include "nm-glib.h".
This commit is contained in:
parent
037462e902
commit
3bcec4067f
2 changed files with 3 additions and 2 deletions
|
|
@ -98,9 +98,8 @@ _nm_g_return_if_fail_warning (const char *log_domain,
|
|||
|
||||
/*****************************************************************************/
|
||||
|
||||
#include "nm-utils/nm-glib.h"
|
||||
#include "nm-version.h"
|
||||
#include "nm-utils/nm-macros-internal.h"
|
||||
#include "nm-version.h"
|
||||
#include "nm-utils/nm-shared-utils.h"
|
||||
|
||||
/*****************************************************************************/
|
||||
|
|
|
|||
|
|
@ -24,6 +24,8 @@
|
|||
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "nm-glib.h"
|
||||
|
||||
/********************************************************/
|
||||
|
||||
#define _nm_packed __attribute__ ((packed))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue