From 148026007cae3b97d39d2cfee7562c139eb486b2 Mon Sep 17 00:00:00 2001 From: Bert Münnich Date: Mon, 16 Oct 2017 21:10:35 +0200 Subject: One header file for type definitions and function declarations --- autoreload_inotify.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'autoreload_inotify.c') diff --git a/autoreload_inotify.c b/autoreload_inotify.c index 77dfa83..de9cdf8 100644 --- a/autoreload_inotify.c +++ b/autoreload_inotify.c @@ -16,15 +16,14 @@ * along with sxiv. If not, see . */ +#include "sxiv.h" + #include #include #include #include #include -#include "util.h" -#include "autoreload.h" - void arl_init(arl_t *arl) { arl->fd = inotify_init1(IN_CLOEXEC | IN_NONBLOCK); -- cgit v1.2.3-54-g00ecf