diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2018-09-11 07:31:05 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2018-09-11 07:31:05 +0200 |
commit | 8e4e0bf8e81694f80a72d241fe5c8cae64240436 (patch) | |
tree | 41e3ab0e930b5f97d762cbf058f2eb165b26d1a9 /avmedia | |
parent | c3422cd205d8da852f5c310b5f08028d6c4c5eb4 (diff) |
loplugin:includeform
Change-Id: I4885c9ad497c350679588fc2068728c7a39edb88
Diffstat (limited to 'avmedia')
-rw-r--r-- | avmedia/source/macavf/macavfuno.mm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/avmedia/source/macavf/macavfuno.mm b/avmedia/source/macavf/macavfuno.mm index 5d4b36da20ab..c10ad73d22dd 100644 --- a/avmedia/source/macavf/macavfuno.mm +++ b/avmedia/source/macavf/macavfuno.mm @@ -19,7 +19,7 @@ #include "macavfcommon.hxx" #include "manager.hxx" -#include "com/sun/star/lang/XSingleServiceFactory.hpp" +#include <com/sun/star/lang/XSingleServiceFactory.hpp> using namespace ::com::sun::star; |