diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-10-27 19:25:27 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-10-27 19:28:50 +0200 |
commit | cf98d5baf8da031086fadf23ea731b3f2c183ca7 (patch) | |
tree | 6fa76a536cc3455b27d3ffcc81a9008bef19b530 /shell/qa/zip | |
parent | 6092fd425fe68590bffb49c0390e4ecabf9d9fbd (diff) |
loplugin:includeform: shell (Windows)
Change-Id: I80109e4e60b0f72efee53509d5539918cec789bd
Diffstat (limited to 'shell/qa/zip')
-rw-r--r-- | shell/qa/zip/testzipimpl.hxx | 4 | ||||
-rw-r--r-- | shell/qa/zip/ziptest.cxx | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/shell/qa/zip/testzipimpl.hxx b/shell/qa/zip/testzipimpl.hxx index 8d81fec11fed..b0f4b91b172d 100644 --- a/shell/qa/zip/testzipimpl.hxx +++ b/shell/qa/zip/testzipimpl.hxx @@ -20,11 +20,11 @@ #ifndef INCLUDED_SHELL_QA_ZIP_TESTZIPIMPL_HXX #define INCLUDED_SHELL_QA_ZIP_TESTZIPIMPL_HXX -#include "zipfile.hxx" +#include <zipfile.hxx> #include <string> #include <vector> #include <algorithm> -#include "sal/types.h" +#include <sal/types.h> using namespace std; diff --git a/shell/qa/zip/ziptest.cxx b/shell/qa/zip/ziptest.cxx index f554e6da71d0..2f09c9abcd50 100644 --- a/shell/qa/zip/ziptest.cxx +++ b/shell/qa/zip/ziptest.cxx @@ -30,12 +30,12 @@ #include <ole2.h> #include <stdio.h> -#include "cppunit/TestAssert.h" -#include "cppunit/TestFixture.h" -#include "cppunit/extensions/HelperMacros.h" -#include "cppunit/plugin/TestPlugIn.h" +#include <cppunit/TestAssert.h> +#include <cppunit/TestFixture.h> +#include <cppunit/extensions/HelperMacros.h> +#include <cppunit/plugin/TestPlugIn.h> #include <string> -#include "stream_helper.hxx" +#include <stream_helper.hxx> #include "testzipimpl.hxx" using namespace std; |