Revert "Fix build error when compiling with mingw"

This reverts commit 00178f8c8e.
This commit is contained in:
Xavier Claessens
2018-05-26 08:09:26 -04:00
parent f83493f83d
commit 2d4b05bbf8
2 changed files with 2 additions and 3 deletions

View File

@@ -22,6 +22,7 @@
#include "config.h"
#include "../glib/valgrind.h"
#include <string.h>
#include <ffi.h>
@@ -34,7 +35,6 @@
#include "gvaluetypes.h"
#include "gtype-private.h"
#include "../glib/valgrind.h"
/**
* SECTION:gclosure

View File

@@ -21,6 +21,7 @@
#include "config.h"
#include "../glib/valgrind.h"
#include <string.h>
#include "gtype.h"
@@ -37,8 +38,6 @@
#include <windows.h>
#endif
#include "../glib/valgrind.h"
#ifdef G_ENABLE_DEBUG
#define IF_DEBUG(debug_type) if (_g_type_debug_flags & G_TYPE_DEBUG_ ## debug_type)
#endif