diff options
Diffstat (limited to 'libversit/vcc.h')
-rw-r--r-- | libversit/vcc.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libversit/vcc.h b/libversit/vcc.h index 5aed2ece91..0e52034710 100644 --- a/libversit/vcc.h +++ b/libversit/vcc.h @@ -39,7 +39,6 @@ DFARS 252.227-7013 or 48 CFR 52.227-19, as applicable. #ifndef __VCC_H__ #define __VCC_H__ 1 -#include <libgnomevfs/gnome-vfs.h> #include "vobject.h" @@ -54,8 +53,6 @@ extern DLLEXPORT(void) registerMimeErrorHandler(MimeErrorHandler); extern DLLEXPORT(VObject*) Parse_MIME(const char *input, unsigned long len); extern DLLEXPORT(VObject*) Parse_MIME_FromFileName(char* fname); -VObject *Parse_MIME_FromURI (GnomeVFSURI *uri); - /* NOTE regarding Parse_MIME_FromFile The function above, Parse_MIME_FromFile, comes in two flavors, |