From b1d2d2a6391ca48ac477b585d69905431176ba17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yaroslav=20de=20la=20Pe=C3=B1a=20Smirnov?= Date: Sun, 7 Jul 2024 22:54:50 +0300 Subject: fix: prerm_imagedir() Fix re-rendering adjacent images' pages to the ones that are deleted. --- src/components.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/components.c') diff --git a/src/components.c b/src/components.c index 08ab556..abd1303 100644 --- a/src/components.c +++ b/src/components.c @@ -10,7 +10,6 @@ #include "fs.h" #include "log.h" #include "site.h" -#include "roscha.h" #define MAXTIME \ ((unsigned long long)1 << ((sizeof(time_t) * CHAR_BIT) - 1)) - 1 -- cgit v1.2.3