tcpconns: remove redundant include
authorRuben Kerkhof <ruben@rubenkerkhof.com>
Mon, 14 May 2018 10:17:07 +0000 (12:17 +0200)
committerRuben Kerkhof <ruben@rubenkerkhof.com>
Mon, 14 May 2018 10:17:07 +0000 (12:17 +0200)
src/tcpconns.c

index 3889d0f..50d8efb 100644 (file)
@@ -76,7 +76,6 @@
 #endif
 
 #if KERNEL_LINUX
-#include <asm/types.h>
 #include <linux/netlink.h>
 #if HAVE_LINUX_INET_DIAG_H
 #include <linux/inet_diag.h>