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.