diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-05-10 18:10:59 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-05-11 01:55:37 +0200 |
commit | 6d2de44a543e9503fcf67beb77592de8847ef648 (patch) | |
tree | eea321393a0b2e58185e8cdcbd2eafad22d54dc0 /comphelper/qa | |
parent | 878398bac2ba1b388ac2237d1f445ba7702956d0 (diff) |
fix-includes.pl: comphelper
Change-Id: I0b4cd8320881b2b1f7984c86e58915217bcd0d5f
Diffstat (limited to 'comphelper/qa')
-rw-r--r-- | comphelper/qa/string/test_string.cxx | 4 | ||||
-rw-r--r-- | comphelper/qa/unit/syntaxhighlighttest.cxx | 2 | ||||
-rw-r--r-- | comphelper/qa/weakbag/test_weakbag.cxx | 8 |
3 files changed, 7 insertions, 7 deletions
diff --git a/comphelper/qa/string/test_string.cxx b/comphelper/qa/string/test_string.cxx index fbd8f0cde932..78137a1052fa 100644 --- a/comphelper/qa/string/test_string.cxx +++ b/comphelper/qa/string/test_string.cxx @@ -25,8 +25,8 @@ #include "cppunit/TestFixture.h" #include "cppunit/extensions/HelperMacros.h" #include "cppunit/plugin/TestPlugIn.h" -#include "rtl/string.hxx" -#include "rtl/ustring.hxx" +#include <rtl/string.hxx> +#include <rtl/ustring.hxx> namespace { diff --git a/comphelper/qa/unit/syntaxhighlighttest.cxx b/comphelper/qa/unit/syntaxhighlighttest.cxx index 61449f90dd54..5297bf12ffd7 100644 --- a/comphelper/qa/unit/syntaxhighlighttest.cxx +++ b/comphelper/qa/unit/syntaxhighlighttest.cxx @@ -12,7 +12,7 @@ #include "cppunit/TestFixture.h" #include "cppunit/extensions/HelperMacros.h" #include "cppunit/plugin/TestPlugIn.h" -#include "rtl/ustring.hxx" +#include <rtl/ustring.hxx> #include <cassert> #include <vector> 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> |