]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/libsystemd-network/lldp-tlv.h
Merge pull request #1937 from evverx/fix-stdout-parsing
[thirdparty/systemd.git] / src / libsystemd-network / lldp-tlv.h
index ca1da113d59c44620261fd32b674cd97a0c22e4c..f5cd77477fd7d365b5828734fbf821ec2bd1277e 100644 (file)
 
 #include <net/ethernet.h>
 
-#include "util.h"
-#include "lldp.h"
-#include "list.h"
-
 #include "sd-lldp.h"
 
+#include "list.h"
+#include "lldp.h"
+#include "util.h"
+
 typedef struct sd_lldp_packet tlv_packet;
 typedef struct sd_lldp_section tlv_section;