tdf#65108 use <> instead of "" in include line
Change-Id: Ic1bb54d1e6d2c3f8c4215d8ececeb6353ad8ca45 Reviewed-on: https://gerrit.libreoffice.org/19717 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
This commit is contained in:
parent
49ee56064b
commit
63f90a97b6
2 changed files with 15 additions and 15 deletions
|
@ -18,10 +18,10 @@
|
|||
*/
|
||||
|
||||
#include <sal/types.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 "../source/cache.hxx"
|
||||
|
||||
|
|
|
@ -17,17 +17,17 @@
|
|||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
|
||||
#include "com/sun/star/io/IOException.hpp"
|
||||
#include "com/sun/star/uno/Sequence.hxx"
|
||||
#include "cppu/unotype.hxx"
|
||||
#include "cppunit/TestAssert.h"
|
||||
#include "cppunit/TestFixture.h"
|
||||
#include "cppunit/extensions/HelperMacros.h"
|
||||
#include "cppunit/plugin/TestPlugIn.h"
|
||||
#include "rtl/ref.hxx"
|
||||
#include "rtl/string.h"
|
||||
#include "sal/types.h"
|
||||
#include "typelib/typedescription.hxx"
|
||||
#include <com/sun/star/io/IOException.hpp>
|
||||
#include <com/sun/star/uno/Sequence.hxx>
|
||||
#include <cppu/unotype.hxx>
|
||||
#include <cppunit/TestAssert.h>
|
||||
#include <cppunit/TestFixture.h>
|
||||
#include <cppunit/extensions/HelperMacros.h>
|
||||
#include <cppunit/plugin/TestPlugIn.h>
|
||||
#include <rtl/ref.hxx>
|
||||
#include <rtl/string.h>
|
||||
#include <sal/types.h>
|
||||
#include <typelib/typedescription.hxx>
|
||||
|
||||
#include "../source/bridge.hxx"
|
||||
#include "../source/cache.hxx"
|
||||
|
|
Loading…
Reference in a new issue