Skip to content

Commit a7cc45c

Browse files
committed
network: sort headers in wireguard.h
1 parent fc72155 commit a7cc45c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/network/netdev/wireguard.h

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,10 @@
22

33
typedef struct Wireguard Wireguard;
44

5+
#include "in-addr-util.h"
56
#include "netdev.h"
6-
#include "sd-resolve.h"
7-
#include "wireguard-netlink.h"
87
#include "socket-util.h"
9-
#include "in-addr-util.h"
8+
#include "wireguard-netlink.h"
109

1110
#ifndef IFNAMSIZ
1211
#define IFNAMSIZ 16

0 commit comments

Comments
 (0)