Kaydet (Commit) 89c13dd3 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:includeform: salhelper

Change-Id: I88c8822356298ba1a0ff60dc53a5c4ae32d7eb1b
üst 5209ee47
......@@ -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) {}
......
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