From 048870e2805358f37e5ad12ca62388c9d34dcc53 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Mon, 24 Oct 2016 11:19:43 +0200 Subject: [PATCH] is not required any more (#19) --- src/tun.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/tun.c b/src/tun.c index e2c3b31..5e4b1fc 100644 --- a/src/tun.c +++ b/src/tun.c @@ -14,7 +14,6 @@ #include #ifdef __linux__ -#include #include #endif