mercurial/cext/mpatch.c
changeset 34438 b90e8da190da
parent 32371 151cc3b3d799
child 35941 3028a3215a2e
--- a/mercurial/cext/mpatch.c	Mon Oct 02 19:02:43 2017 +0100
+++ b/mercurial/cext/mpatch.c	Mon Oct 02 19:06:00 2017 +0100
@@ -25,10 +25,10 @@
 #include <stdlib.h>
 #include <string.h>
 
-#include "util.h"
 #include "bitmanipulation.h"
 #include "compat.h"
 #include "mpatch.h"
+#include "util.h"
 
 static char mpatch_doc[] = "Efficient binary patching.";
 static PyObject *mpatch_Error;