diff options
-rw-r--r-- | salhelper/qa/test_api.cxx | 10 | ||||
-rw-r--r-- | salhelper/source/thread.cxx | 6 |
2 files changed, 8 insertions, 8 deletions
diff --git a/salhelper/qa/test_api.cxx b/salhelper/qa/test_api.cxx index 20626d9f12eb..aea26798c513 100644 --- a/salhelper/qa/test_api.cxx +++ b/salhelper/qa/test_api.cxx @@ -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> diff --git a/salhelper/source/thread.cxx b/salhelper/source/thread.cxx index 52c028c133ba..1a06bf3b235a 100644 --- a/salhelper/source/thread.cxx +++ b/salhelper/source/thread.cxx @@ -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) {} |