diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:44:10 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:46:12 +0200 |
commit | 696722f2c89e1647d89db4622264446d65c9fc81 (patch) | |
tree | 1a8fbecb98ff6fbc9444585f2736bf72242a58ed /codemaker/source/commoncpp/commoncpp.cxx | |
parent | 4b60d19694d58641d054c0b14ca0f466233886e7 (diff) |
loplugin:includeform: codemaker
Change-Id: If0c6726c4e096f50e2e16f2a4f7e5821457ac368
Diffstat (limited to 'codemaker/source/commoncpp/commoncpp.cxx')
-rw-r--r-- | codemaker/source/commoncpp/commoncpp.cxx | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/codemaker/source/commoncpp/commoncpp.cxx b/codemaker/source/commoncpp/commoncpp.cxx index df04d89c435b..6774aedf4fba 100644 --- a/codemaker/source/commoncpp/commoncpp.cxx +++ b/codemaker/source/commoncpp/commoncpp.cxx @@ -17,18 +17,18 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "sal/config.h" +#include <sal/config.h> -#include "codemaker/commoncpp.hxx" +#include <codemaker/commoncpp.hxx> -#include "codemaker/options.hxx" -#include "codemaker/typemanager.hxx" -#include "codemaker/unotype.hxx" +#include <codemaker/options.hxx> +#include <codemaker/typemanager.hxx> +#include <codemaker/unotype.hxx> -#include "rtl/strbuf.hxx" -#include "rtl/string.hxx" -#include "rtl/ustring.hxx" -#include "sal/types.h" +#include <rtl/strbuf.hxx> +#include <rtl/string.hxx> +#include <rtl/ustring.hxx> +#include <sal/types.h> #include <vector> |