summaryrefslogtreecommitdiff
path: root/binaryurp/qa/test-cache.cxx
diff options
context:
space:
mode:
authorFeyza Yavuz <feyzaayavuz@gmail.com>2015-11-01 01:39:44 +0200
committerNorbert Thiebaud <nthiebaud@gmail.com>2015-11-02 11:33:52 +0000
commit63f90a97b6a7679572eb150bafe3a5e51e52d875 (patch)
tree0952716b01b370a9be9115f16f9ae38091e7dbe5 /binaryurp/qa/test-cache.cxx
parent49ee56064b436caea85496fbdba8ae8e654d53fe (diff)
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>
Diffstat (limited to 'binaryurp/qa/test-cache.cxx')
-rw-r--r--binaryurp/qa/test-cache.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/binaryurp/qa/test-cache.cxx b/binaryurp/qa/test-cache.cxx
index 6bffd804ee14..f14b3837629e 100644
--- a/binaryurp/qa/test-cache.cxx
+++ b/binaryurp/qa/test-cache.cxx
@@ -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"