From af7ec8a8ef37fe6b342c8f7de95ada72bc791ca9 Mon Sep 17 00:00:00 2001 From: Gerard Marull-Paretas Date: Fri, 6 May 2022 11:31:04 +0200 Subject: [PATCH] app: use include is a proxy to in practice, so let's use instead. Signed-off-by: Gerard Marull-Paretas --- app/src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main.c b/app/src/main.c index 6663a43..d1d9e9a 100644 --- a/app/src/main.c +++ b/app/src/main.c @@ -3,7 +3,7 @@ * SPDX-License-Identifier: Apache-2.0 */ -#include +#include #include #include "app_version.h"