From 6d5a04005dd1dff12ebfe2e3a56912ec26718f3f Mon Sep 17 00:00:00 2001 From: NRK Date: Tue, 31 May 2022 17:25:14 +0600 Subject: code-style: cleanup includes * rm unused include * move to main.c, it's the only file that needs it. * move TV_* macros to main.c * let *.c files explicitly include what they need instead of including them at nsxiv.h --- image.c | 1 - 1 file changed, 1 deletion(-) (limited to 'image.c') diff --git a/image.c b/image.c index bcefa54..05459cf 100644 --- a/image.c +++ b/image.c @@ -26,7 +26,6 @@ #include #include #include -#include #include #if HAVE_LIBEXIF -- cgit v1.2.3-70-g09d2