From: Paul Mangan Date: Thu, 12 Feb 2009 07:27:36 +0000 (+0000) Subject: 2009-02-12 [paul] 3.7.0cvs60 X-Git-Tag: rel_3_7_1~19 X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=commitdiff_plain;h=9d3b5844bb0f904dd41a8bb209eaadff71dab1a2;hp=1f06c36ebba9256d9db823072939af0e2385aaf0 2009-02-12 [paul] 3.7.0cvs60 * src/gtk/spell_entry.c * src/gtk/spell_entry.h fix broken build --- diff --git a/ChangeLog b/ChangeLog index 2e215a058..d392539c7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2009-02-12 [paul] 3.7.0cvs60 + + * src/gtk/spell_entry.c + * src/gtk/spell_entry.h + fix broken build + 2009-02-11 [colin] 3.7.0cvs59 * src/gtk/spell_entry.c diff --git a/PATCHSETS b/PATCHSETS index 5fc9433cd..7116acd43 100644 --- a/PATCHSETS +++ b/PATCHSETS @@ -3721,3 +3721,4 @@ ( cvs diff -u -r 1.1.2.20 -r 1.1.2.21 src/printing.c; cvs diff -u -r 1.9.2.48 -r 1.9.2.49 src/common/defs.h; ) > 3.7.0cvs57.patchset ( cvs diff -u -r 1.382.2.498 -r 1.382.2.499 src/compose.c; cvs diff -u -r 1.20.2.21 -r 1.20.2.22 src/gtk/Makefile.am; cvs diff -u -r 1.9.2.64 -r 1.9.2.65 src/gtk/gtkaspell.c; cvs diff -u -r 1.5.2.16 -r 1.5.2.17 src/gtk/gtkaspell.h; ) > 3.7.0cvs58.patchset ( diff -u /dev/null src/gtk/spell_entry.c; diff -u /dev/null src/gtk/spell_entry.h; ) > 3.7.0cvs59.patchset +( cvs diff -u -r 1.1.2.1 -r 1.1.2.2 src/gtk/spell_entry.c; cvs diff -u -r 1.1.2.1 -r 1.1.2.2 src/gtk/spell_entry.h; ) > 3.7.0cvs60.patchset diff --git a/configure.ac b/configure.ac index a6e4242de..a02149d5a 100644 --- a/configure.ac +++ b/configure.ac @@ -11,7 +11,7 @@ MINOR_VERSION=7 MICRO_VERSION=0 INTERFACE_AGE=0 BINARY_AGE=0 -EXTRA_VERSION=59 +EXTRA_VERSION=60 EXTRA_RELEASE= EXTRA_GTK2_VERSION= diff --git a/src/gtk/spell_entry.c b/src/gtk/spell_entry.c index b21e17df9..3f887dfe4 100644 --- a/src/gtk/spell_entry.c +++ b/src/gtk/spell_entry.c @@ -38,10 +38,7 @@ #include #include -#include -#include -#include -#include +#include #include "spell_entry.h" #include "prefs_common.h" diff --git a/src/gtk/spell_entry.h b/src/gtk/spell_entry.h index c2846f68a..801d1dd59 100644 --- a/src/gtk/spell_entry.h +++ b/src/gtk/spell_entry.h @@ -39,9 +39,7 @@ typedef struct _ClawsSpellEntry ClawsSpellEntry; typedef struct _ClawsSpellEntryClass ClawsSpellEntryClass; typedef struct _ClawsSpellEntryPriv ClawsSpellEntryPriv; -#include -#include -#include +#include #include "gtkaspell.h" #define CLAWS_TYPE_SPELL_ENTRY (claws_spell_entry_get_type())