Mercurial > hg-stable
changeset 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 | 85c0c7145f8e |
children | 17176f64a03d |
files | mercurial/cext/revlog.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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"