[glib: 3/4] include crtdbg first, so includes are alphabatical
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib: 3/4] include crtdbg first, so includes are alphabatical
- Date: Thu, 23 Dec 2021 13:14:01 +0000 (UTC)
commit 5c82bf65d61370bbdf9d1cc73b49420cec1a58cb
Author: Charles Barto <barto charlie gmail com>
Date: Fri Dec 17 16:49:42 2021 -0800
include crtdbg first, so includes are alphabatical
glib/gtestutils.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/glib/gtestutils.c b/glib/gtestutils.c
index 314a9fda3..6273ab7e0 100644
--- a/glib/gtestutils.c
+++ b/glib/gtestutils.c
@@ -35,9 +35,9 @@
#include <sys/resource.h>
#endif
#ifdef G_OS_WIN32
+#include <crtdbg.h>
#include <io.h>
#include <windows.h>
-#include <crtdbg.h>
#endif
#include <errno.h>
#include <signal.h>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]