mercurial/bdiff.c
changeset 486 098d1f039c18
parent 484 934279f3ca53
child 495 e94cebc60d96
--- 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 <Python.h>
 #include <stdlib.h>
 #include <string.h>
-#include <stdint.h>
 #ifdef _WIN32
 static uint32_t htonl(uint32_t x)
 {