Mercurial > public > mercurial-scm > hg
diff mercurial/cext/revlog.c @ 46328:0216abfb2d3e
clang-format: reorder includes to appease the formatter
The bad order was introduced in d0225a22040c.
Differential Revision: https://phab.mercurial-scm.org/D9829
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Mon, 18 Jan 2021 19:19:47 +0100 |
parents | d0225a22040c |
children | 358737abeeef |
line wrap: on
line diff
--- 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 <stdlib.h> #include <string.h> -#include "compat.h" #include "bitmanipulation.h" #include "charencode.h" +#include "compat.h" #include "revlog.h" #include "util.h"