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/qa/cppunit/test_converter.cxx | |
parent | 3e1d3c25e064c5a97a2c408faf23a9d0c6150d8a (diff) |
loplugin:includeform: sax
Change-Id: If54794f72502a11612e85f99713e553f91d4025e
Diffstat (limited to 'sax/qa/cppunit/test_converter.cxx')
-rw-r--r-- | sax/qa/cppunit/test_converter.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sax/qa/cppunit/test_converter.cxx b/sax/qa/cppunit/test_converter.cxx index 6a1f087e143a..02471ebff740 100644 --- a/sax/qa/cppunit/test_converter.cxx +++ b/sax/qa/cppunit/test_converter.cxx @@ -32,9 +32,9 @@ #include <com/sun/star/util/Duration.hpp> #include <com/sun/star/util/MeasureUnit.hpp> -#include "sax/tools/converter.hxx" +#include <sax/tools/converter.hxx> #include <comphelper/sequence.hxx> -#include "sal/log.hxx" +#include <sal/log.hxx> using namespace ::com::sun::star; |