mercurial/mpatch.c
changeset 486 098d1f039c18
parent 472 aa3d592df9b9
child 495 e94cebc60d96
--- a/mercurial/mpatch.c
+++ b/mercurial/mpatch.c
@@ -23,7 +23,6 @@
 #include <Python.h>
 #include <stdlib.h>
 #include <string.h>
-#include <stdint.h>
 #ifdef _WIN32
 static uint32_t ntohl(uint32_t x)
 {