[gvfs] common: Remove unneeded copied header file
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gvfs] common: Remove unneeded copied header file
- Date: Fri, 8 Apr 2011 02:06:24 +0000 (UTC)
commit 699af2d7ae0c2fb19109a0b5ffd10dac645de7e2
Author: Bastien Nocera <hadess hadess net>
Date: Fri Apr 8 03:05:34 2011 +0100
common: Remove unneeded copied header file
Turns out the header is properly shipped by libluray.
common/Makefile.am | 1 -
common/gvfsmountinfo.c | 2 +-
common/meta_data.h | 55 ------------------------------------------------
3 files changed, 1 insertions(+), 57 deletions(-)
---
diff --git a/common/Makefile.am b/common/Makefile.am
index 0d0dbc6..fefd441 100644
--- a/common/Makefile.am
+++ b/common/Makefile.am
@@ -19,7 +19,6 @@ libgvfscommon_la_SOURCES = \
gvfsicon.h gvfsicon.c \
gvfsmountinfo.h gvfsmountinfo.c \
gvfsfileinfo.c gvfsfileinfo.h \
- meta_data.h \
$(NULL)
# needed by cygwin (see bug #564003)
diff --git a/common/gvfsmountinfo.c b/common/gvfsmountinfo.c
index a9bc121..c49b055 100644
--- a/common/gvfsmountinfo.c
+++ b/common/gvfsmountinfo.c
@@ -28,7 +28,7 @@
#ifdef HAVE_BLURAY
#include <langinfo.h>
#include <libbluray/bluray.h>
-#include "meta_data.h"
+#include <libbluray/meta_data.h>
#endif /* HAVE_BLURAY */
#include "gvfsmountinfo.h"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]