diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:33:37 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:45:57 +0200 |
commit | 5209ee4791a005c10c5277996796f2056541b0e8 (patch) | |
tree | 7416578d1dae703bfba2492b95f4c68e61f79e51 /sax/source/fastparser | |
parent | 3e1d3c25e064c5a97a2c408faf23a9d0c6150d8a (diff) |
loplugin:includeform: sax
Change-Id: If54794f72502a11612e85f99713e553f91d4025e
Diffstat (limited to 'sax/source/fastparser')
-rw-r--r-- | sax/source/fastparser/fastparser.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sax/source/fastparser/fastparser.cxx b/sax/source/fastparser/fastparser.cxx index 90330cdbd8d8..abd78e2d120d 100644 --- a/sax/source/fastparser/fastparser.cxx +++ b/sax/source/fastparser/fastparser.cxx @@ -17,9 +17,9 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "sax/fastparser.hxx" -#include "sax/fastattribs.hxx" -#include "xml2utf.hxx" +#include <sax/fastparser.hxx> +#include <sax/fastattribs.hxx> +#include <xml2utf.hxx> #include <com/sun/star/io/IOException.hpp> #include <com/sun/star/lang/DisposedException.hpp> |