diff options
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; |