mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-05 09:58:07 +02:00
libnm: fix order of includes in "libnm-core/nm-libnm-core-intern/nm-libnm-core-utils.c"
This commit is contained in:
parent
5748e986aa
commit
cc763243e0
1 changed files with 3 additions and 4 deletions
|
|
@ -4,12 +4,11 @@
|
|||
|
||||
#include "nm-libnm-core-utils.h"
|
||||
|
||||
#include "nm-common-macros.h"
|
||||
|
||||
#include "nm-errors.h"
|
||||
|
||||
#include <linux/rtnetlink.h>
|
||||
|
||||
#include "nm-common-macros.h"
|
||||
#include "nm-errors.h"
|
||||
|
||||
/*****************************************************************************/
|
||||
|
||||
const char **
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue