Kaydet (Commit) 4b60d196 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:includeform: comphelper

Change-Id: I9297bd0449633d1055125e7c2f2f6d215a22ae7d
üst 012d4dc0
...@@ -17,10 +17,10 @@ ...@@ -17,10 +17,10 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#include "cppunit/TestAssert.h" #include <cppunit/TestAssert.h>
#include "cppunit/TestFixture.h" #include <cppunit/TestFixture.h>
#include "cppunit/extensions/HelperMacros.h" #include <cppunit/extensions/HelperMacros.h>
#include "cppunit/plugin/TestPlugIn.h" #include <cppunit/plugin/TestPlugIn.h>
#include <osl/mutex.hxx> #include <osl/mutex.hxx>
#include <comphelper/interfacecontainer2.hxx> #include <comphelper/interfacecontainer2.hxx>
#include <cppuhelper/implbase.hxx> #include <cppuhelper/implbase.hxx>
......
...@@ -21,10 +21,10 @@ ...@@ -21,10 +21,10 @@
#include <cppuhelper/implbase.hxx> #include <cppuhelper/implbase.hxx>
#include <com/sun/star/i18n/CharType.hpp> #include <com/sun/star/i18n/CharType.hpp>
#include "cppunit/TestAssert.h" #include <cppunit/TestAssert.h>
#include "cppunit/TestFixture.h" #include <cppunit/TestFixture.h>
#include "cppunit/extensions/HelperMacros.h" #include <cppunit/extensions/HelperMacros.h>
#include "cppunit/plugin/TestPlugIn.h" #include <cppunit/plugin/TestPlugIn.h>
#include <rtl/string.hxx> #include <rtl/string.hxx>
#include <rtl/ustring.hxx> #include <rtl/ustring.hxx>
......
...@@ -8,10 +8,10 @@ ...@@ -8,10 +8,10 @@
*/ */
#include <comphelper/syntaxhighlight.hxx> #include <comphelper/syntaxhighlight.hxx>
#include "cppunit/TestAssert.h" #include <cppunit/TestAssert.h>
#include "cppunit/TestFixture.h" #include <cppunit/TestFixture.h>
#include "cppunit/extensions/HelperMacros.h" #include <cppunit/extensions/HelperMacros.h>
#include "cppunit/plugin/TestPlugIn.h" #include <cppunit/plugin/TestPlugIn.h>
#include <rtl/ustring.hxx> #include <rtl/ustring.hxx>
#include <cassert> #include <cassert>
......
...@@ -12,8 +12,8 @@ ...@@ -12,8 +12,8 @@
#include <sal/log.hxx> #include <sal/log.hxx>
#include <iomanip> #include <iomanip>
#include "cppunit/TestFixture.h" #include <cppunit/TestFixture.h>
#include "cppunit/extensions/HelperMacros.h" #include <cppunit/extensions/HelperMacros.h>
class TestHash : public CppUnit::TestFixture class TestHash : public CppUnit::TestFixture
{ {
......
...@@ -8,10 +8,10 @@ ...@@ -8,10 +8,10 @@
*/ */
#include <comphelper/threadpool.hxx> #include <comphelper/threadpool.hxx>
#include "cppunit/TestAssert.h" #include <cppunit/TestAssert.h>
#include "cppunit/TestFixture.h" #include <cppunit/TestFixture.h>
#include "cppunit/extensions/HelperMacros.h" #include <cppunit/extensions/HelperMacros.h>
#include "cppunit/plugin/TestPlugIn.h" #include <cppunit/plugin/TestPlugIn.h>
#include <stdlib.h> #include <stdlib.h>
#include <thread> #include <thread>
......
...@@ -10,10 +10,10 @@ ...@@ -10,10 +10,10 @@
#include <boost/optional.hpp> #include <boost/optional.hpp>
#include <sal/types.h> #include <sal/types.h>
#include <comphelper/unwrapargs.hxx> #include <comphelper/unwrapargs.hxx>
#include "cppunit/TestAssert.h" #include <cppunit/TestAssert.h>
#include "cppunit/TestFixture.h" #include <cppunit/TestFixture.h>
#include "cppunit/extensions/HelperMacros.h" #include <cppunit/extensions/HelperMacros.h>
#include "cppunit/plugin/TestPlugIn.h" #include <cppunit/plugin/TestPlugIn.h>
#include <sstream> #include <sstream>
......
...@@ -18,8 +18,8 @@ ...@@ -18,8 +18,8 @@
*/ */
#include "comphelper_module.hxx" #include <comphelper_module.hxx>
#include "comphelper_services.hxx" #include <comphelper_services.hxx>
#include <comphelper/anytostring.hxx> #include <comphelper/anytostring.hxx>
#include <comphelper/anycompare.hxx> #include <comphelper/anycompare.hxx>
#include <comphelper/componentbase.hxx> #include <comphelper/componentbase.hxx>
......
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
*/ */
#include "comphelper_module.hxx" #include <comphelper_module.hxx>
namespace comphelper { namespace module namespace comphelper { namespace module
......
...@@ -18,8 +18,8 @@ ...@@ -18,8 +18,8 @@
*/ */
#include "comphelper_module.hxx" #include <comphelper_module.hxx>
#include "comphelper_services.hxx" #include <comphelper_services.hxx>
#include <rtl/instance.hxx> #include <rtl/instance.hxx>
......
...@@ -19,8 +19,8 @@ ...@@ -19,8 +19,8 @@
#include <sal/config.h> #include <sal/config.h>
#include "comphelper_module.hxx" #include <comphelper_module.hxx>
#include "comphelper_services.hxx" #include <comphelper_services.hxx>
#include <osl/mutex.hxx> #include <osl/mutex.hxx>
#include <cppuhelper/factory.hxx> #include <cppuhelper/factory.hxx>
......
...@@ -19,8 +19,8 @@ ...@@ -19,8 +19,8 @@
#include <sal/config.h> #include <sal/config.h>
#include "comphelper_module.hxx" #include <comphelper_module.hxx>
#include "comphelper_services.hxx" #include <comphelper_services.hxx>
#include <osl/mutex.hxx> #include <osl/mutex.hxx>
#include <cppuhelper/factory.hxx> #include <cppuhelper/factory.hxx>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment