mercurial/cext/parsers.c
changeset 34438 b90e8da190da
parent 33926 f4433f2713d0
child 34440 7ed0750c71a1
--- a/mercurial/cext/parsers.c	Mon Oct 02 19:02:43 2017 +0100
+++ b/mercurial/cext/parsers.c	Mon Oct 02 19:06:00 2017 +0100
@@ -12,9 +12,9 @@
 #include <stddef.h>
 #include <string.h>
 
+#include "bitmanipulation.h"
 #include "charencode.h"
 #include "util.h"
-#include "bitmanipulation.h"
 
 #ifdef IS_PY3K
 /* The mapping of Python types is meant to be temporary to get Python