aboutsummaryrefslogtreecommitdiff
path: root/fiv.c
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2023-05-28 09:31:05 +0200
committerPřemysl Eric Janouch <p@janouch.name>2023-05-28 09:33:03 +0200
commit859736e5be7746ef90535754e37a3a8ec87dfd5e (patch)
treeddba6c5bcd15842a911ccf6841bfd7157f62ae99 /fiv.c
parentd5b2e43364f0d32cb7cd02247434cb1a95661bac (diff)
downloadfiv-859736e5be7746ef90535754e37a3a8ec87dfd5e.tar.gz
fiv-859736e5be7746ef90535754e37a3a8ec87dfd5e.tar.xz
fiv-859736e5be7746ef90535754e37a3a8ec87dfd5e.zip
Move FivIoModel to its own compilation unit
Diffstat (limited to 'fiv.c')
-rw-r--r--fiv.c1
1 files changed, 1 insertions, 0 deletions
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"