From 52f7f1dea2d5dc634dc833710e1998414ae57264 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Fri, 26 Oct 2018 21:27:01 +0200 Subject: [PATCH] handshake: Use full include path local includes --- src/handshake.c | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/handshake.c b/src/handshake.c index c7784f46..f49eeab6 100644 --- a/src/handshake.c +++ b/src/handshake.c @@ -33,12 +33,13 @@ #include #include #include + #include -#include "crypto.h" -#include "ie.h" -#include "util.h" -#include "handshake.h" +#include "src/crypto.h" +#include "src/ie.h" +#include "src/util.h" +#include "src/handshake.h" static bool handshake_get_nonce(uint8_t nonce[]) {