OSDN Git Service

column: do not include pager.c
authorJunio C Hamano <gitster@pobox.com>
Tue, 24 Oct 2017 01:11:18 +0000 (10:11 +0900)
committerJunio C Hamano <gitster@pobox.com>
Tue, 24 Oct 2017 01:19:06 +0000 (10:19 +0900)
commit965ff23a4395fb9c09133a48244b1cd2f70e88e9
tree93b6209abc3f233aa50c98d46e9e69087dd1206f
parentb2d3fd287b60aae963d683f89f24dc6cb97520f8
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>
column.c