gnucash maint: Potentially fix CI test on Arch related to glib and c++

Geert Janssens gjanssens at code.gnucash.org
Mon Mar 22 07:37:32 EDT 2021


Updated	 via  https://github.com/Gnucash/gnucash/commit/1dd426e3 (commit)
	from  https://github.com/Gnucash/gnucash/commit/2eadfb9b (commit)



commit 1dd426e314ee9572e334fb9385c0693a0875772f
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Mon Mar 22 12:37:24 2021 +0100

    Potentially fix CI test on Arch related to glib and c++

diff --git a/bindings/guile/test/test-scm-query.cpp b/bindings/guile/test/test-scm-query.cpp
index 8ded44992..b8ae768e7 100644
--- a/bindings/guile/test/test-scm-query.cpp
+++ b/bindings/guile/test/test-scm-query.cpp
@@ -18,12 +18,12 @@
  *                                                                  *
 \********************************************************************/
 
+#include <config.h>
 #include <libguile.h>
+#include <glib.h>
 
 extern "C"
 {
-#include <config.h>
-#include <glib.h>
 
 #include "gnc-engine-guile.h"
 #include "test-engine-stuff.h"



Summary of changes:
 bindings/guile/test/test-scm-query.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)



More information about the gnucash-changes mailing list