* src/mimeview.c
authorAlfons Hoogervorst <alfons@proteus.demon.nl>
Fri, 6 Jun 2003 21:11:42 +0000 (21:11 +0000)
committerAlfons Hoogervorst <alfons@proteus.demon.nl>
Fri, 6 Jun 2003 21:11:42 +0000 (21:11 +0000)
* src/summaryview.c
make it compile again because of regex.h / fnmatch.h
include problems (related to recent mime stuff, can
someone check this?)

ChangeLog.claws
configure.ac
src/mimeview.c
src/summaryview.c

index 0386ce21f7282ba8a9585df316af195436c7f52d..05608b1cc18b4a8e532e6068ad52e6d97512b05f 100644 (file)
@@ -1,3 +1,11 @@
+2003-06-06 [alfons]    0.9.0claws15
+
+       * src/mimeview.c
+       * src/summaryview.c
+               make it compile again because of regex.h / fnmatch.h 
+               include problems (related to recent mime stuff, can
+               someone check this?)
+
 2003-06-06 [thorsten]  0.9.0claws14
 
        * src/folderview.c
index bdf7a38a89bd556d8735a92d8111d0a3e211834f..80e0b366f441c38f7d3ba5f48a8ba0467a51f468 100644 (file)
@@ -11,7 +11,7 @@ MINOR_VERSION=9
 MICRO_VERSION=0
 INTERFACE_AGE=0
 BINARY_AGE=0
-EXTRA_VERSION=claws13
+EXTRA_VERSION=claws15
 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION$EXTRA_VERSION
 
 dnl set $target
index d31ceb1c0d8bd7067ecc5b1ca993e22919e429dc..d739317849731865e6cecdc52e0f9e15dbd2f4f6 100644 (file)
@@ -36,9 +36,7 @@
 #include <gtk/gtkdnd.h>
 #include <gtk/gtkselection.h>
 #include <stdio.h>
-#include <unistd.h>
-#include <fnmatch.h>
+
 #include "intl.h"
 #include "main.h"
 #include "mimeview.h"
index 10a53e571229750afaa7106c74b58ebcc0828a04..6478863b769388c9a8388c0e662d6aa84c413f4a 100644 (file)
@@ -44,9 +44,6 @@
 #include <stdlib.h>
 #include <string.h>
 #include <ctype.h>
-#include <unistd.h>
-#include <sys/stat.h>
-#include <regex.h>
 
 #include "intl.h"
 #include "main.h"