diff -r e2ed40f0eb2e -r 98042b0e19f9 mercurial/manifest.c --- a/mercurial/manifest.c Wed Mar 25 14:13:11 2015 -0500 +++ b/mercurial/manifest.c Wed Mar 25 14:16:10 2015 -0500 @@ -14,15 +14,6 @@ #include "util.h" -/* VC9 doesn't include bool and lacks stdbool.h based on my searching */ -#ifdef _MSC_VER -#define true 1 -#define false 0 -typedef unsigned char bool; -#else -#include -#endif - #define DEFAULT_LINES 100000 typedef struct {