# HG changeset patch # User Pierre-Yves David # Date 1610993987 -3600 # Node ID 0216abfb2d3e98c0c742c8c484df08c32b98036c # Parent 85c0c7145f8ef86272c679ccda7339d72798a3e3 clang-format: reorder includes to appease the formatter The bad order was introduced in d0225a22040c. Differential Revision: https://phab.mercurial-scm.org/D9829 diff -r 85c0c7145f8e -r 0216abfb2d3e mercurial/cext/revlog.c --- a/mercurial/cext/revlog.c Mon Jan 18 01:15:10 2021 -0500 +++ b/mercurial/cext/revlog.c Mon Jan 18 19:19:47 2021 +0100 @@ -16,9 +16,9 @@ #include #include -#include "compat.h" #include "bitmanipulation.h" #include "charencode.h" +#include "compat.h" #include "revlog.h" #include "util.h"