Move glib and gtk includes out of extern C for tests.

Needed to compile with glib 2.67 and later.
This commit is contained in:
John Ralls
2021-02-15 12:37:09 -08:00
parent c1e9b3d593
commit 4359243c08
36 changed files with 90 additions and 56 deletions

View File

@@ -1,7 +1,8 @@
#include <glib.h>
extern "C"
{
#include <config.h>
#include <glib.h>
#include <gncla-dir.h>
#include <gnc-path.h>
#include <binreloc.h>