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 <redacted>
Signed-off-by: Junio C Hamano <redacted>
#include "parse-options.h"
#include "run-command.h"
#include "utf8.h"
-#include "pager.c"
#define XY2LINEAR(d, x, y) (COL_LAYOUT((d)->colopts) == COL_COLUMN ? \
(x) * (d)->rows + (y) : \