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/all | |
parent | 5f0ddf22df22f6c4d35a42c205eb064e8fb8e6ce (diff) |
loplugin:includeform: shell
Change-Id: I73be2f09a4b27509b62936daa414efb51977277f
Diffstat (limited to 'shell/source/all')
-rw-r--r-- | shell/source/all/xml_parser.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/source/all/xml_parser.cxx b/shell/source/all/xml_parser.cxx index 4214a2a4d194..84c55520b947 100644 --- a/shell/source/all/xml_parser.cxx +++ b/shell/source/all/xml_parser.cxx @@ -18,8 +18,8 @@ */ -#include "xml_parser.hxx" -#include "i_xml_parser_event_handler.hxx" +#include <xml_parser.hxx> +#include <i_xml_parser_event_handler.hxx> #ifdef _WIN32 #include "utilities.hxx" |