diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:28:59 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:45:48 +0200 |
commit | 7bd70488cdfbd3ebca9e4151b9731a020e80db95 (patch) | |
tree | ae2532cd4a86d40b7a85d2c3238d9cdc3d0789c2 /unotools/source/misc | |
parent | 9c9e5fd4d4e3a70b7eaca37654d3fb65808d4f59 (diff) |
loplugin:includeform: unotools
Change-Id: I019d7fefcd83b306a1847ae4a7ec581435412fc4
Diffstat (limited to 'unotools/source/misc')
-rw-r--r-- | unotools/source/misc/ServiceDocumenter.cxx | 2 | ||||
-rw-r--r-- | unotools/source/misc/wincodepage.cxx | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/unotools/source/misc/ServiceDocumenter.cxx b/unotools/source/misc/ServiceDocumenter.cxx index f1d1500ccb74..a9ede33b4ffe 100644 --- a/unotools/source/misc/ServiceDocumenter.cxx +++ b/unotools/source/misc/ServiceDocumenter.cxx @@ -6,7 +6,7 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#include <ServiceDocumenter.hxx> +#include "ServiceDocumenter.hxx" #include <unotoolsservices.hxx> #include <comphelper/servicedecl.hxx> #include <com/sun/star/system/XSystemShellExecute.hpp> diff --git a/unotools/source/misc/wincodepage.cxx b/unotools/source/misc/wincodepage.cxx index 5a8c44c9a923..5a5df8b3ed2e 100644 --- a/unotools/source/misc/wincodepage.cxx +++ b/unotools/source/misc/wincodepage.cxx @@ -8,8 +8,8 @@ */ #include <unotools/wincodepage.hxx> -#include "rtl/string.h" -#include "rtl/textenc.h" +#include <rtl/string.h> +#include <rtl/textenc.h> namespace{ |