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 --- thumbs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'thumbs.c') diff --git a/thumbs.c b/thumbs.c index b8ba2d1..8341014 100644 --- a/thumbs.c +++ b/thumbs.c @@ -22,9 +22,9 @@ #include "config.h" #include +#include #include #include -#include #include #include #include -- cgit v1.2.3-54-g00ecf