From e919589df17960ff9a1ce653032ee0a4876aca06 Mon Sep 17 00:00:00 2001 From: Johannes Sixt Date: Wed, 14 Feb 2007 10:50:41 +0100 Subject: [PATCH] Move #include to git-compat-util.h. --- git-compat-util.h | 1 + pager.c | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/git-compat-util.h b/git-compat-util.h index 761458cef9..1f2f187284 100644 --- a/git-compat-util.h +++ b/git-compat-util.h @@ -39,6 +39,7 @@ #include //#include //#include +//#include #include #include //#include diff --git a/pager.c b/pager.c index 48b3cb3c17..a63fe31bb5 100644 --- a/pager.c +++ b/pager.c @@ -1,8 +1,6 @@ #include "cache.h" #include "spawn-pipe.h" -#include - /* * This is split up from the rest of git so that we might do * something different on Windows, for example. -- 2.11.4.GIT