diff options
author | Bastien Nocera <hadess@hadess.net> | 2011-04-08 03:05:34 +0100 |
---|---|---|
committer | Bastien Nocera <hadess@hadess.net> | 2011-04-08 03:05:34 +0100 |
commit | 699af2d7ae0c2fb19109a0b5ffd10dac645de7e2 (patch) | |
tree | e7400cd0b37450421140c60ae7da47debcc9fd5f /common/gvfsmountinfo.c | |
parent | bda0c0afb3500f5648b3f9ee0dab3511927fb221 (diff) | |
download | gvfs-699af2d7ae0c2fb19109a0b5ffd10dac645de7e2.tar.gz |
common: Remove unneeded copied header file
Turns out the header is properly shipped by libluray.
Diffstat (limited to 'common/gvfsmountinfo.c')
-rw-r--r-- | common/gvfsmountinfo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/gvfsmountinfo.c b/common/gvfsmountinfo.c index a9bc1212..c49b0554 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" |