mirror of
https://git.proxmox.com/git/mirror_iproute2
synced 2025-10-17 17:59:38 +00:00
iplink_bareudp: use common include syntax
Follow the precedent of other parts of iproute2 follow the example of: Standard libc headers Linux headers Iproute2 support headers Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
This commit is contained in:
parent
7c8d7848c7
commit
d44bcd2fbf
@ -1,12 +1,12 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0 */
|
||||
|
||||
#include <stdio.h>
|
||||
#include <linux/if_ether.h>
|
||||
#include <linux/if_link.h>
|
||||
#include <linux/netlink.h>
|
||||
#include <linux/rtnetlink.h>
|
||||
|
||||
#include "libnetlink.h"
|
||||
#include "linux/if_ether.h"
|
||||
#include "linux/if_link.h"
|
||||
#include "linux/netlink.h"
|
||||
#include "linux/rtnetlink.h"
|
||||
#include "rt_names.h"
|
||||
#include "utils.h"
|
||||
#include "ip_common.h"
|
||||
|
Loading…
Reference in New Issue
Block a user