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/cppumaker/includes.hxx | |
parent | 4b60d19694d58641d054c0b14ca0f466233886e7 (diff) |
loplugin:includeform: codemaker
Change-Id: If0c6726c4e096f50e2e16f2a4f7e5821457ac368
Diffstat (limited to 'codemaker/source/cppumaker/includes.hxx')
-rw-r--r-- | codemaker/source/cppumaker/includes.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/codemaker/source/cppumaker/includes.hxx b/codemaker/source/cppumaker/includes.hxx index dd33bcc9b62a..3e7c20569ee2 100644 --- a/codemaker/source/cppumaker/includes.hxx +++ b/codemaker/source/cppumaker/includes.hxx @@ -20,8 +20,8 @@ #ifndef INCLUDED_CODEMAKER_SOURCE_CPPUMAKER_INCLUDES_HXX #define INCLUDED_CODEMAKER_SOURCE_CPPUMAKER_INCLUDES_HXX -#include "rtl/ref.hxx" -#include "rtl/ustring.hxx" +#include <rtl/ref.hxx> +#include <rtl/ustring.hxx> #include "dependencies.hxx" |