chiark / gitweb /
remove unused includes
[elogind.git] / src / libsystemd-network / sd-pppoe.c
index 4f49b799ec3b4920006ab85123b036511fbd48b4..67a2cc6e979985a8358ec4d429337d8b64a73755 100644 (file)
@@ -22,7 +22,6 @@
 /* See RFC 2516 */
 
 #include <sys/ioctl.h>
-#include <linux/ppp_defs.h>
 #include <linux/ppp-ioctl.h>
 #include <net/if.h>
 #include <netinet/in.h>
@@ -36,7 +35,6 @@
 #include "socket-util.h"
 #include "async.h"
 #include "refcnt.h"
-#include "unaligned.h"
 #include "utf8.h"
 
 #define PPPOE_MAX_PACKET_SIZE 1484