aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/device.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/device.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/device.c b/src/device.c
index bb81ce2..377a2b5 100644
--- a/src/device.c
+++ b/src/device.c
@@ -1,6 +1,5 @@
/* Copyright 2015-2016 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved. */
-#include "wireguard.h"
#include "packets.h"
#include "socket.h"
#include "timers.h"
@@ -9,6 +8,7 @@
#include "peer.h"
#include "uapi.h"
#include "messages.h"
+
#include <linux/module.h>
#include <linux/rtnetlink.h>
#include <linux/inet.h>