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 --- commands.c | 1 + 1 file changed, 1 insertion(+) (limited to 'commands.c') diff --git a/commands.c b/commands.c index 2c4f4a7..8a73462 100644 --- a/commands.c +++ b/commands.c @@ -20,6 +20,7 @@ #include "nsxiv.h" #include +#include #include #include #include -- cgit v1.2.3-70-g09d2