]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/libsystemd-network/lldp-port.c
tree-wide: sort includes
[thirdparty/systemd.git] / src / libsystemd-network / lldp-port.c
index 7486b4c38f24d83cb4dd1bef8cf915f7cfaaddea..1f1a49adbf80aaf41e12da60015d1213083b0323 100644 (file)
   along with systemd; If not, see <http://www.gnu.org/licenses/>.
 ***/
 
+#include "alloc-util.h"
 #include "async.h"
-#include "lldp-port.h"
-#include "lldp-network.h"
 #include "lldp-internal.h"
+#include "lldp-network.h"
+#include "lldp-port.h"
 
 int lldp_port_start(lldp_port *p) {
         int r;