removed #include <libgnomevfs/gnome-vfs.h>

svn path=/trunk/; revision=6581
This commit is contained in:
Radek Doulik
2000-11-15 18:45:53 +00:00
parent ca58532ff1
commit 20b14e0bb5
2 changed files with 1 additions and 2 deletions

View File

@ -2,6 +2,7 @@
* camel-mime-utils.c: mime_guess_type_from_file_name moved back to
composer as it introduced unwanted VFS dependency
removed #include <libgnomevfs/gnome-vfs.h>
2000-11-15 Not Zed <NotZed@HelixCode.com>

View File

@ -40,8 +40,6 @@
#include <ctype.h>
#include <errno.h>
#include <libgnomevfs/gnome-vfs.h>
#include "camel-mime-utils.h"
#include "camel-charset-map.h"