mercurial/cext/revlog.c
changeset 33758 0f4ac3b6dee4
parent 33475 f501322512b6
child 34437 ce26a13869fb
equal deleted inserted replaced
33757:e9996bd7203f 33758:0f4ac3b6dee4
    11 #include <assert.h>
    11 #include <assert.h>
    12 #include <ctype.h>
    12 #include <ctype.h>
    13 #include <stddef.h>
    13 #include <stddef.h>
    14 #include <string.h>
    14 #include <string.h>
    15 
    15 
       
    16 #include "charencode.h"
    16 #include "util.h"
    17 #include "util.h"
    17 #include "bitmanipulation.h"
    18 #include "bitmanipulation.h"
    18 
    19 
    19 #ifdef IS_PY3K
    20 #ifdef IS_PY3K
    20 /* The mapping of Python types is meant to be temporary to get Python
    21 /* The mapping of Python types is meant to be temporary to get Python