diff options
Diffstat (limited to 'src/libsystemd-network/test-lldp.c')
-rw-r--r-- | src/libsystemd-network/test-lldp.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/libsystemd-network/test-lldp.c b/src/libsystemd-network/test-lldp.c index ee74ebd418..06545aee59 100644 --- a/src/libsystemd-network/test-lldp.c +++ b/src/libsystemd-network/test-lldp.c @@ -21,13 +21,8 @@ ***/ #include <stdio.h> -#include <stdlib.h> #include <string.h> -#include <sys/socket.h> -#include <linux/if.h> -#include <linux/if_ether.h> #include <net/ethernet.h> -#include <sys/types.h> #include <arpa/inet.h> #include "macro.h" |