From a18ceb81ca78a7f37adc436f35e6eeb8683bb984 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Thu, 29 Sep 2016 04:36:14 +0200 Subject: Rework headers and includes --- src/hashtables.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/hashtables.c') diff --git a/src/hashtables.c b/src/hashtables.c index 2fb4322..a404541 100644 --- a/src/hashtables.c +++ b/src/hashtables.c @@ -1,10 +1,10 @@ /* Copyright 2015-2016 Jason A. Donenfeld . All Rights Reserved. */ -#include "wireguard.h" #include "hashtables.h" #include "peer.h" -#include "crypto/siphash24.h" #include "noise.h" +#include "crypto/siphash24.h" + #include static inline struct hlist_head *pubkey_bucket(struct pubkey_hashtable *table, const uint8_t pubkey[static NOISE_PUBLIC_KEY_LEN]) -- cgit v1.2.3-59-g8ed1b