aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/timers.c
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2016-09-29 04:36:14 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2016-09-29 19:25:30 +0200
commita18ceb81ca78a7f37adc436f35e6eeb8683bb984 (patch)
treee47051e5acf65c5d2cf8c3fa494abb6742d0bb24 /src/timers.c
parentpoly1305: optimize unaligned access (diff)
downloadwireguard-monolithic-historical-a18ceb81ca78a7f37adc436f35e6eeb8683bb984.tar.xz
wireguard-monolithic-historical-a18ceb81ca78a7f37adc436f35e6eeb8683bb984.zip
Rework headers and includes
Diffstat (limited to 'src/timers.c')
-rw-r--r--src/timers.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/timers.c b/src/timers.c
index ab9ada4..3587344 100644
--- a/src/timers.c
+++ b/src/timers.c
@@ -1,9 +1,9 @@
/* Copyright 2015-2016 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved. */
-#include "wireguard.h"
#include "timers.h"
-#include "packets.h"
#include "device.h"
+#include "peer.h"
+#include "packets.h"
enum {
KEEPALIVE = 10 * HZ,