balsa r8082 - in trunk: . libbalsa src
- From: pawels svn gnome org
- To: svn-commits-list gnome org
- Subject: balsa r8082 - in trunk: . libbalsa src
- Date: Wed, 18 Feb 2009 20:58:59 +0000 (UTC)
Author: pawels
Date: Wed Feb 18 20:58:59 2009
New Revision: 8082
URL: http://svn.gnome.org/viewvc/balsa?rev=8082&view=rev
Log:
* src/sendmsg-window.c:, src/{ab-,}main.c:
* libbalsa/rfc2445.c: we include stdlib.h unconditionally.
Modified:
trunk/ChangeLog
trunk/libbalsa/rfc2445.c
trunk/src/ab-main.c
trunk/src/main.c
trunk/src/sendmsg-window.c
Modified: trunk/libbalsa/rfc2445.c
==============================================================================
--- trunk/libbalsa/rfc2445.c (original)
+++ trunk/libbalsa/rfc2445.c Wed Feb 18 20:58:59 2009
@@ -21,13 +21,11 @@
#include "config.h"
-#if HAVE_STDLIB_H
#include <stdlib.h>
-#endif
-
#include <glib.h>
#include <glib/gi18n.h>
#include <glib-object.h>
+
#include "libbalsa.h"
#include "missing.h"
#include "rfc2445.h"
Modified: trunk/src/ab-main.c
==============================================================================
--- trunk/src/ab-main.c (original)
+++ trunk/src/ab-main.c Wed Feb 18 20:58:59 2009
@@ -21,6 +21,7 @@
#include "config.h"
+#include <stdlib.h>
#include <string.h>
#include <gdk/gdkkeysyms.h>
#include <gtk/gtk.h>
@@ -31,9 +32,6 @@
# include <gconf/gconf.h>
#endif
-#if HAVE_STDLIB_H
-#include <stdlib.h>
-#endif
#ifdef HAVE_LOCALE_H
#include <locale.h>
Modified: trunk/src/main.c
==============================================================================
--- trunk/src/main.c (original)
+++ trunk/src/main.c Wed Feb 18 20:58:59 2009
@@ -31,9 +31,7 @@
#endif
#include <signal.h>
-#if HAVE_STDLIB_H
#include <stdlib.h>
-#endif
#ifdef BALSA_USE_THREADS
#include <pthread.h>
Modified: trunk/src/sendmsg-window.c
==============================================================================
--- trunk/src/sendmsg-window.c (original)
+++ trunk/src/sendmsg-window.c Wed Feb 18 20:58:59 2009
@@ -29,9 +29,7 @@
#include <stdio.h>
#include <string.h>
-#if HAVE_STDLIB_H
#include <stdlib.h>
-#endif
#if HAVE_GNOME
#include <gnome.h>
#else
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]