From 859736e5be7746ef90535754e37a3a8ec87dfd5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Sun, 28 May 2023 09:31:05 +0200 Subject: Move FivIoModel to its own compilation unit --- fiv.c | 1 + 1 file changed, 1 insertion(+) (limited to 'fiv.c') diff --git a/fiv.c b/fiv.c index d74bce3..dad88e2 100644 --- a/fiv.c +++ b/fiv.c @@ -38,6 +38,7 @@ #include "fiv-browser.h" #include "fiv-collection.h" #include "fiv-io.h" +#include "fiv-io-model.h" #include "fiv-sidebar.h" #include "fiv-thumbnail.h" #include "fiv-view.h" -- cgit v1.2.3