clang-format: reorder includes to appease the formatter
authorPierre-Yves David <pierre-yves.david@octobus.net>
Mon, 18 Jan 2021 19:19:47 +0100
changeset 46328 0216abfb2d3e
parent 46327 85c0c7145f8e
child 46329 17176f64a03d
clang-format: reorder includes to appease the formatter The bad order was introduced in d0225a22040c. Differential Revision: https://phab.mercurial-scm.org/D9829
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 <stdlib.h>
 #include <string.h>
 
-#include "compat.h"
 #include "bitmanipulation.h"
 #include "charencode.h"
+#include "compat.h"
 #include "revlog.h"
 #include "util.h"