diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-10-27 19:25:27 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-10-27 19:28:50 +0200 |
commit | cf98d5baf8da031086fadf23ea731b3f2c183ca7 (patch) | |
tree | 6fa76a536cc3455b27d3ffcc81a9008bef19b530 /shell/source/backends | |
parent | 6092fd425fe68590bffb49c0390e4ecabf9d9fbd (diff) |
loplugin:includeform: shell (Windows)
Change-Id: I80109e4e60b0f72efee53509d5539918cec789bd
Diffstat (limited to 'shell/source/backends')
-rw-r--r-- | shell/source/backends/wininetbe/wininetbackend.cxx | 2 | ||||
-rw-r--r-- | shell/source/backends/wininetbe/wininetbecdef.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/shell/source/backends/wininetbe/wininetbackend.cxx b/shell/source/backends/wininetbe/wininetbackend.cxx index 56b85de4befc..b1006803d065 100644 --- a/shell/source/backends/wininetbe/wininetbackend.cxx +++ b/shell/source/backends/wininetbe/wininetbackend.cxx @@ -18,7 +18,7 @@ */ #include <cppuhelper/supportsservice.hxx> -#include "rtl/ustrbuf.hxx" +#include <rtl/ustrbuf.hxx> #include "wininetbackend.hxx" diff --git a/shell/source/backends/wininetbe/wininetbecdef.cxx b/shell/source/backends/wininetbe/wininetbecdef.cxx index 3f180df0ed3b..063dc1f47048 100644 --- a/shell/source/backends/wininetbe/wininetbecdef.cxx +++ b/shell/source/backends/wininetbe/wininetbecdef.cxx @@ -18,7 +18,7 @@ */ -#include <wininetbackend.hxx> +#include "wininetbackend.hxx" #include <com/sun/star/registry/XRegistryKey.hpp> #include <cppuhelper/implementationentry.hxx> |