From: Kevin Day Date: Fri, 22 Apr 2022 04:09:29 +0000 (-0500) Subject: Cleanup: Bad data and incorrect include in f_file. X-Git-Tag: 0.5.10~188 X-Git-Url: https://git.kevux.org/?a=commitdiff_plain;h=3870e7522c466a9143677307a4b4945cecdc6576;p=fll Cleanup: Bad data and incorrect include in f_file. --- diff --git a/level_0/f_file/data/build/settings-mocks b/level_0/f_file/data/build/settings-mocks index 729cf57..0fd2e18 100644 --- a/level_0/f_file/data/build/settings-mocks +++ b/level_0/f_file/data/build/settings-mocks @@ -55,7 +55,6 @@ flags-clang -Wno-logical-op-parentheses flags-test -fstack-protector flags_library -fPIC -close read write # Inject mocks. flags -Wl,--wrap=access diff --git a/level_0/f_file/tests/unit/c/mock-file.h b/level_0/f_file/tests/unit/c/mock-file.h index a33f134..386e967 100644 --- a/level_0/f_file/tests/unit/c/mock-file.h +++ b/level_0/f_file/tests/unit/c/mock-file.h @@ -20,7 +20,7 @@ #include // FLL-0 includes. -#include +#include #ifdef __cplusplus extern "C" {