summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaudio Saavedra <csaavedra@gnome.org>2008-05-25 17:02:58 +0000
committerClaudio Saavedra <csaavedra@src.gnome.org>2008-05-25 17:02:58 +0000
commit5c96a6581ea06b28c02c4aebf406f8d29244c71d (patch)
treec5c394386b053820b1fc32d6a6ad72f5ccc911dc
parentd66556aec782801a0991c9b5cecaf31c2f2bec64 (diff)
downloadtotem-5c96a6581ea06b28c02c4aebf406f8d29244c71d.tar.gz
Remove include of <libgnomevfs/gnome-vfs-mime-utils.h> as GnomeVFS is no
2008-05-25 Claudio Saavedra <csaavedra@gnome.org> * browser-plugin/totemPlugin.cpp: Remove include of <libgnomevfs/gnome-vfs-mime-utils.h> as GnomeVFS is no longer a dependency. Fixes build. svn path=/trunk/; revision=5432
-rw-r--r--ChangeLog6
-rw-r--r--browser-plugin/totemPlugin.cpp2
2 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 990be3a50..fa8feea48 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-05-25 Claudio Saavedra <csaavedra@gnome.org>
+
+ * browser-plugin/totemPlugin.cpp: Remove include of
+ <libgnomevfs/gnome-vfs-mime-utils.h> as GnomeVFS is
+ no longer a dependency. Fixes build.
+
2008-05-25 Philip Withnall <pwithnall@svn.gnome.org>
* src/plugins/youtube/youtube.py: Use higher-resolution YouTube
diff --git a/browser-plugin/totemPlugin.cpp b/browser-plugin/totemPlugin.cpp
index fdb7e3756..421d64375 100644
--- a/browser-plugin/totemPlugin.cpp
+++ b/browser-plugin/totemPlugin.cpp
@@ -35,8 +35,6 @@
#include <glib.h>
-#include <libgnomevfs/gnome-vfs-mime-utils.h>
-
#include "totem-pl-parser-mini.h"
#include "totem-plugin-viewer-options.h"
#include "totempluginviewer-marshal.h"