removed unrequired "execinfo.h" header
authorMelvin Hadasht <melvin.hadasht@free.fr>
Tue, 13 Aug 2002 13:15:45 +0000 (13:15 +0000)
committerMelvin Hadasht <melvin.hadasht@free.fr>
Tue, 13 Aug 2002 13:15:45 +0000 (13:15 +0000)
ChangeLog.claws
configure.in
src/main.c

index fca26eac1774965000e5de8eee9c056d3ff53843..4cee15ae181db24fb750d44f08d291d91e086c97 100644 (file)
@@ -1,10 +1,14 @@
+2002-08-11 [melvin]    0.8.1claws55
+
+       * src/main.c
+               removed unrequired "execinfo.h" header
+
 2002-08-12 [paul]      0.8.1claws54
 
        * faq/en/sylpheed-faq.html
          faq/en/sylpheed-faq-[1-3].html
          faq/en/sylpheed-faq-4.html     **NEW FILE **
                update English FAQ
-       
 
 2002-08-12 [alfons]    0.8.1claws53
 
index 38e52123a511cd40a3246c0120c4316a7d55a385..faf033a38c4bc6b5fb965e84b68f8ab97a2c8655 100644 (file)
@@ -8,7 +8,7 @@ MINOR_VERSION=8
 MICRO_VERSION=1
 INTERFACE_AGE=0
 BINARY_AGE=0
-EXTRA_VERSION=claws54
+EXTRA_VERSION=claws55
 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION$EXTRA_VERSION
 
 dnl set $target
index 2195622f5c554288fe145e14879716e6008c6a09..af7423590b6fb476a220e5cce8f617bb26aae03a 100644 (file)
@@ -40,7 +40,6 @@
 #include <sys/stat.h>
 #include <sys/types.h>
 #include <signal.h>
-#include <execinfo.h>
 
 #if HAVE_LOCALE_H
 #  include <locale.h>