# HG changeset patch # User mpm@selenic.com # Date 1119895306 28800 # Node ID 098d1f039c1816d1225b1d40b359a45624a0d35f # Parent c5705ab9cebdd3f3e3f0fbf9af8e7ad6b60b330f Remove stdint.h from mpatch and bdiff -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Remove stdint.h from mpatch and bdiff It's only there for ntohl and htonl and should be pulled in by in.h. manifest hash: 65954290279241ac92c9ce04c21cf1a3c9dd54e0 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) iD8DBQFCwD8KywK+sNU5EO8RAhv2AJ40R/T72XK63IbeEFqMLSRJbRJWdACcDa9r dOL9XpyYxR09REbAHw0JrlE= =8wkZ -----END PGP SIGNATURE----- diff -r c5705ab9cebd -r 098d1f039c18 mercurial/bdiff.c --- a/mercurial/bdiff.c Sun Jun 26 15:20:46 2005 -0800 +++ b/mercurial/bdiff.c Mon Jun 27 10:01:46 2005 -0800 @@ -12,7 +12,6 @@ #include #include #include -#include #ifdef _WIN32 static uint32_t htonl(uint32_t x) { diff -r c5705ab9cebd -r 098d1f039c18 mercurial/mpatch.c --- a/mercurial/mpatch.c Sun Jun 26 15:20:46 2005 -0800 +++ b/mercurial/mpatch.c Mon Jun 27 10:01:46 2005 -0800 @@ -23,7 +23,6 @@ #include #include #include -#include #ifdef _WIN32 static uint32_t ntohl(uint32_t x) {