loplugin:includeform: salhelper
Change-Id: I88c8822356298ba1a0ff60dc53a5c4ae32d7eb1b
This commit is contained in:
parent
5209ee4791
commit
89c13dd346
2 changed files with 8 additions and 8 deletions
|
@ -17,14 +17,14 @@
|
|||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
|
||||
#include "sal/config.h"
|
||||
#include <sal/config.h>
|
||||
|
||||
#include <typeinfo>
|
||||
|
||||
#include "osl/mutex.hxx"
|
||||
#include "salhelper/condition.hxx"
|
||||
#include "salhelper/dynload.hxx"
|
||||
#include "salhelper/simplereferenceobject.hxx"
|
||||
#include <osl/mutex.hxx>
|
||||
#include <salhelper/condition.hxx>
|
||||
#include <salhelper/dynload.hxx>
|
||||
#include <salhelper/simplereferenceobject.hxx>
|
||||
#include <cppunit/TestFixture.h>
|
||||
#include <cppunit/extensions/HelperMacros.h>
|
||||
#include <cppunit/plugin/TestPlugIn.h>
|
||||
|
|
|
@ -7,13 +7,13 @@
|
|||
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
*/
|
||||
|
||||
#include "sal/config.h"
|
||||
#include <sal/config.h>
|
||||
|
||||
#include <stdexcept>
|
||||
#include <string>
|
||||
|
||||
#include "sal/log.hxx"
|
||||
#include "salhelper/thread.hxx"
|
||||
#include <sal/log.hxx>
|
||||
#include <salhelper/thread.hxx>
|
||||
|
||||
salhelper::Thread::Thread(char const * name): name_(name) {}
|
||||
|
||||
|
|
Loading…
Reference in a new issue