From 19e5ec621e17916e8877b97e62f0cfeac0ab449a Mon Sep 17 00:00:00 2001 From: Petteri Aimonen Date: Thu, 29 Apr 2021 10:02:02 +0300 Subject: [PATCH] Make unittest #include path consistent (#29) --- unittests/fix16_macros_unittests.c | 2 +- unittests/fix16_str_unittests.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/unittests/fix16_macros_unittests.c b/unittests/fix16_macros_unittests.c index cdfcfaf..e961d58 100644 --- a/unittests/fix16_macros_unittests.c +++ b/unittests/fix16_macros_unittests.c @@ -1,6 +1,6 @@ /* This test checks that the F16() and F16C() macros work correctly. */ -#include +#include #include #include #include diff --git a/unittests/fix16_str_unittests.c b/unittests/fix16_str_unittests.c index 46da171..1135eb8 100644 --- a/unittests/fix16_str_unittests.c +++ b/unittests/fix16_str_unittests.c @@ -1,4 +1,4 @@ -#include +#include #include #include #include