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 --- options.c | 1 + 1 file changed, 1 insertion(+) (limited to 'options.c') diff --git a/options.c b/options.c index 8ae5c7e..8fade87 100644 --- a/options.c +++ b/options.c @@ -21,6 +21,7 @@ #include "version.h" #include +#include #include #include -- cgit v1.2.3-54-g00ecf