summaryrefslogtreecommitdiff
path: root/comphelper/qa/weakbag/test_weakbag.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'comphelper/qa/weakbag/test_weakbag.cxx')
-rw-r--r--comphelper/qa/weakbag/test_weakbag.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/comphelper/qa/weakbag/test_weakbag.cxx b/comphelper/qa/weakbag/test_weakbag.cxx
index ddc515e2b44b..d58c12501633 100644
--- a/comphelper/qa/weakbag/test_weakbag.cxx
+++ b/comphelper/qa/weakbag/test_weakbag.cxx
@@ -17,10 +17,10 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "com/sun/star/uno/Reference.hxx"
-#include "com/sun/star/uno/XInterface.hpp"
-#include "comphelper/weakbag.hxx"
-#include "cppuhelper/weak.hxx"
+#include <com/sun/star/uno/Reference.hxx>
+#include <com/sun/star/uno/XInterface.hpp>
+#include <comphelper/weakbag.hxx>
+#include <cppuhelper/weak.hxx>
#include <cppunit/TestFixture.h>
#include <cppunit/extensions/HelperMacros.h>