column: do not include pager.c

Everything this file needs from the pager API (e.g. term_columns(), pager_in_use()) is already declared in the header file it includes. Noticed-by: Jonathan Nieder <jrnieder@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>

Junio C Hamano committed Oct 24, 2017 at 10:11 UTC 965ff23a4395fb9c09133a48244b1cd2f70e88e9
1 file changed -1
column.c
-1
@@ -5,7 +5,6 @@
5 #include "parse-options.h"
6 #include "run-command.h"
7 #include "utf8.h"
8 -#include "pager.c"
8
9 #define XY2LINEAR(d, x, y) (COL_LAYOUT((d)->colopts) == COL_COLUMN ? \
10 (x) * (d)->rows + (y) : \