diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:32:26 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:45:53 +0200 |
commit | 7666da05ee9dd54c65038ce13d0c39e67d70a0d1 (patch) | |
tree | 7f6a2307635e55f4c82462536be5a376dccfd503 /shell/source/unix | |
parent | 5f0ddf22df22f6c4d35a42c205eb064e8fb8e6ce (diff) |
loplugin:includeform: shell
Change-Id: I73be2f09a4b27509b62936daa414efb51977277f
Diffstat (limited to 'shell/source/unix')
-rw-r--r-- | shell/source/unix/exec/shellexec.cxx | 2 | ||||
-rw-r--r-- | shell/source/unix/sysshell/recently_used_file_handler.cxx | 14 |
2 files changed, 8 insertions, 8 deletions
diff --git a/shell/source/unix/exec/shellexec.cxx b/shell/source/unix/exec/shellexec.cxx index bd8d51c0be3e..3411f2c446fe 100644 --- a/shell/source/unix/exec/shellexec.cxx +++ b/shell/source/unix/exec/shellexec.cxx @@ -35,7 +35,7 @@ #include <com/sun/star/uri/UriReferenceFactory.hpp> #include <cppuhelper/supportsservice.hxx> -#include "uno/current_context.hxx" +#include <uno/current_context.hxx> #include <string.h> #include <errno.h> diff --git a/shell/source/unix/sysshell/recently_used_file_handler.cxx b/shell/source/unix/sysshell/recently_used_file_handler.cxx index 029880e1398e..6ca13932143c 100644 --- a/shell/source/unix/sysshell/recently_used_file_handler.cxx +++ b/shell/source/unix/sysshell/recently_used_file_handler.cxx @@ -19,17 +19,17 @@ #include <sal/config.h> -#include "osl/process.h" -#include "rtl/ustring.hxx" -#include "rtl/string.hxx" -#include "rtl/strbuf.hxx" +#include <osl/process.h> +#include <rtl/ustring.hxx> +#include <rtl/string.hxx> +#include <rtl/strbuf.hxx> -#include "osl/thread.h" +#include <osl/thread.h> #include <osl/diagnose.h> #include "recently_used_file.hxx" -#include "xml_parser.hxx" -#include "i_xml_parser_event_handler.hxx" +#include <xml_parser.hxx> +#include <i_xml_parser_event_handler.hxx> #include <map> #include <vector> |