talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit f275669014aa3fc6fc5252996841ed425544e442
parent 4882d13780157870ac147aa0ee3f41176f46f093
Author: Paul <paul@claws-mail.org>
Date:   Wed, 21 Aug 2013 07:55:37 +0100

no need to do ifdef HAVE_CONFIG_H twice

Diffstat:
Msrc/wizard.c | 5-----
1 file changed, 0 insertions(+), 5 deletions(-)

diff --git a/src/wizard.c b/src/wizard.c @@ -35,11 +35,6 @@ #include <string.h> #include <ctype.h> -#ifdef HAVE_CONFIG_H -# include "config.h" -#include "claws-features.h" -#endif - #include "utils.h" #include "gtk/menu.h" #include "plugin.h"