From: Matthias Clasen Date: Tue, 18 Jan 2005 13:41:57 +0000 (+0000) Subject: Don't include alloca.h. It is not needed, and does not exist on win32. X-Git-Tag: GLIB_2_7_0~212 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4b95bf234bbf1592f39ef6bde6cea9772df8e21f;p=platform%2Fupstream%2Fglib.git 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) --- 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