summaryrefslogtreecommitdiff
path: root/avmedia/source/vlc/wrapper/Media.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-10-12 23:35:40 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-10-19 20:05:38 +0200
commit931decd0e908dae1b3780c56a58ca1f4d858729c (patch)
tree29c3539d3b47a3798c81c7881b3f9d77d6f999ac /avmedia/source/vlc/wrapper/Media.cxx
parent96e68b9949b86afd3006415c733a2a710e8817f3 (diff)
Move vlc/wrapper include files to common include directory
...that are inclued from both vlc and vlc/wrapper. Change done in preparation of loplugin:inlcudeform. Change-Id: Ic7dc08b93d8a33b21dc64dfc0bfbe3952039f05b Reviewed-on: https://gerrit.libreoffice.org/43556 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'avmedia/source/vlc/wrapper/Media.cxx')
-rw-r--r--avmedia/source/vlc/wrapper/Media.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/avmedia/source/vlc/wrapper/Media.cxx b/avmedia/source/vlc/wrapper/Media.cxx
index 84a0078aacdc..75c850e08390 100644
--- a/avmedia/source/vlc/wrapper/Media.cxx
+++ b/avmedia/source/vlc/wrapper/Media.cxx
@@ -8,11 +8,11 @@
*/
#include <rtl/ustring.h>
-#include "Media.hxx"
+#include "wrapper/Media.hxx"
#include "SymbolLoader.hxx"
-#include "Instance.hxx"
+#include "wrapper/Instance.hxx"
#include "Types.hxx"
-#include "Common.hxx"
+#include "wrapper/Common.hxx"
struct libvlc_instance_t;