Mercurial > public > mercurial-scm > hg-stable
diff mercurial/cext/bdiff.c @ 34439:b90e8da190da
cext: reorder #include
We mostly abide by this style.
In one case, a blank line was inserted to prevent a local
`#include "file"` from coming before a `#include <file>`.
Differential Revision: https://phab.mercurial-scm.org/D908
author | Gregory Szorc <gregory.szorc@gmail.com> |
---|---|
date | Mon, 02 Oct 2017 19:06:00 +0100 |
parents | 3b88a7fa97d8 |
children | b4fdc6177b29 |
line wrap: on
line diff
--- a/mercurial/cext/bdiff.c Mon Oct 02 19:02:43 2017 +0100 +++ b/mercurial/cext/bdiff.c Mon Oct 02 19:06:00 2017 +0100 @@ -11,9 +11,9 @@ #define PY_SSIZE_T_CLEAN #include <Python.h> +#include <limits.h> #include <stdlib.h> #include <string.h> -#include <limits.h> #include "bdiff.h" #include "bitmanipulation.h"