From 136369d72f5b99ec23c9c9f178a590bde968e2ee Mon Sep 17 00:00:00 2001 From: Damien George Date: Fri, 9 Jul 2021 14:19:15 +1000 Subject: all: Update to point to files in new shared/ directory. Signed-off-by: Damien George --- shared/timeutils/timeutils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shared/timeutils/timeutils.c') diff --git a/shared/timeutils/timeutils.c b/shared/timeutils/timeutils.c index 7c74f5fc3..6bf3eca84 100644 --- a/shared/timeutils/timeutils.c +++ b/shared/timeutils/timeutils.c @@ -27,7 +27,7 @@ #include "py/obj.h" -#include "lib/timeutils/timeutils.h" +#include "shared/timeutils/timeutils.h" // LEAPOCH corresponds to 2000-03-01, which is a mod-400 year, immediately // after Feb 29. We calculate seconds as a signed integer relative to that. -- cgit v1.2.3