From b0c66e8f75ada0a708eb613f48d5aa0486f59edb Mon Sep 17 00:00:00 2001 From: Your Name Date: Wed, 13 Jan 2021 09:46:13 +0000 Subject: [PATCH] Fix ft8_lib files --- src/pift8/pift8.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/pift8/pift8.cpp b/src/pift8/pift8.cpp index 29250a0..b72f220 100644 --- a/src/pift8/pift8.cpp +++ b/src/pift8/pift8.cpp @@ -5,10 +5,10 @@ #include #include -#include "ft8/wave.h" -#include "ft8/pack.h" -#include "ft8/encode.h" -#include "ft8/constants.h" +#include "ft8_lib/common/wave.h" +#include "ft8_lib/ft8/pack.h" +#include "ft8_lib/ft8/encode.h" +#include "ft8_lib/ft8/constants.h" #include