From 07cca8df1b8029278e29b51eaee52ce6bde0f82a Mon Sep 17 00:00:00 2001 From: "Jeroen T. Vermeulen" Date: Thu, 24 Mar 2022 00:38:35 +0100 Subject: [PATCH] Fix up includes reordered by auto-formatting. --- NEWS | 1 + test/test04.cxx | 4 +++- test/test87.cxx | 4 +++- test/unit/test_notification.cxx | 4 +++- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index d83255677..ea3769a19 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,5 @@ 7.7.2 + - Fix up damage done by auto-formatting. 7.7.1 - Don't try to set C++ version in `configure`. User can set compiler options. - Finally fix a long-standing silly warning in autogen. diff --git a/test/test04.cxx b/test/test04.cxx index 6e3e09d42..623446398 100644 --- a/test/test04.cxx +++ b/test/test04.cxx @@ -3,10 +3,12 @@ #include #include -#include #include + #include +#include + #include #include #include diff --git a/test/test87.cxx b/test/test87.cxx index 8de314345..3a9a58b16 100644 --- a/test/test87.cxx +++ b/test/test87.cxx @@ -5,10 +5,12 @@ #include #include -#include #include + #include +#include + #include #include #include diff --git a/test/unit/test_notification.cxx b/test/unit/test_notification.cxx index 6f5820954..6487169b4 100644 --- a/test/unit/test_notification.cxx +++ b/test/unit/test_notification.cxx @@ -1,9 +1,11 @@ #include -#include #include + #include +#include + #include #include