Skip to content

Commit 965ff23

Browse files
committed
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent b2d3fd2 commit 965ff23

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

column.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
#include "parse-options.h"
66
#include "run-command.h"
77
#include "utf8.h"
8-
#include "pager.c"
98

109
#define XY2LINEAR(d, x, y) (COL_LAYOUT((d)->colopts) == COL_COLUMN ? \
1110
(x) * (d)->rows + (y) : \

0 commit comments

Comments
 (0)