summaryrefslogtreecommitdiffhomepage
path: root/src/timers.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/timers.c')
-rw-r--r--src/timers.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/timers.c b/src/timers.c
index 762152a..7db892a 100644
--- a/src/timers.c
+++ b/src/timers.c
@@ -9,8 +9,6 @@
#include "queueing.h"
#include "socket.h"
-#include <linux/ktime.h>
-
/*
* Timer for retransmitting the handshake if we don't hear back after `REKEY_TIMEOUT + jitter` ms
* Timer for sending empty packet if we have received a packet but after have not sent one for `KEEPALIVE_TIMEOUT` ms