From 4b95bf234bbf1592f39ef6bde6cea9772df8e21f Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 18 Jan 2005 13:41:57 +0000 Subject: [PATCH] Don't include alloca.h. It is not needed, and does not exist on win32. 2005-01-18 Matthias Clasen * glib/gqsort.c: Don't include alloca.h. It is not needed, and does not exist on win32. (#164468, Kazuki IWAMOTO) --- ChangeLog | 3 +++ ChangeLog.pre-2-10 | 3 +++ ChangeLog.pre-2-12 | 3 +++ ChangeLog.pre-2-8 | 3 +++ glib/gqsort.c | 1 - 5 files changed, 12 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 1511c11..4f552df 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2005-01-18 Matthias Clasen + * glib/gqsort.c: Don't include alloca.h. It is not needed, + and does not exist on win32. (#164468, Kazuki IWAMOTO) + * glib/gkeyfile.c (g_key_file_get_boolean_list): Fix a sparse warning. (#164467, Kjartan Maraas) diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 1511c11..4f552df 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,5 +1,8 @@ 2005-01-18 Matthias Clasen + * glib/gqsort.c: Don't include alloca.h. It is not needed, + and does not exist on win32. (#164468, Kazuki IWAMOTO) + * glib/gkeyfile.c (g_key_file_get_boolean_list): Fix a sparse warning. (#164467, Kjartan Maraas) diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12 index 1511c11..4f552df 100644 --- a/ChangeLog.pre-2-12 +++ b/ChangeLog.pre-2-12 @@ -1,5 +1,8 @@ 2005-01-18 Matthias Clasen + * glib/gqsort.c: Don't include alloca.h. It is not needed, + and does not exist on win32. (#164468, Kazuki IWAMOTO) + * glib/gkeyfile.c (g_key_file_get_boolean_list): Fix a sparse warning. (#164467, Kjartan Maraas) diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 1511c11..4f552df 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,5 +1,8 @@ 2005-01-18 Matthias Clasen + * glib/gqsort.c: Don't include alloca.h. It is not needed, + and does not exist on win32. (#164468, Kazuki IWAMOTO) + * glib/gkeyfile.c (g_key_file_get_boolean_list): Fix a sparse warning. (#164467, Kjartan Maraas) diff --git a/glib/gqsort.c b/glib/gqsort.c index bee523b..0e8c074 100644 --- a/glib/gqsort.c +++ b/glib/gqsort.c @@ -34,7 +34,6 @@ #include "config.h" -#include #include #include #include -- 2.7.4