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 62df5866ef
commit 7a7c26f87e
36 changed files with 90 additions and 56 deletions

View File

@@ -21,12 +21,12 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
* 02110-1301, USA.
*/
#include <glib.h>
extern "C"
{
#include <config.h>
#include <ctype.h>
#include <glib.h>
#include "cashobjects.h"
#include "test-stuff.h"
#include "test-engine-stuff.h"