summaryrefslogtreecommitdiff
path: root/include/osl/diagnose.hxx
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2013-11-09 15:13:21 -0600
committerNorbert Thiebaud <nthiebaud@gmail.com>2013-11-09 18:48:41 -0600
commita525fa440245833eb9520c9d290eff2ecebfa615 (patch)
tree4fb08f6ddf1b2d8e279e364564736d0379656b34 /include/osl/diagnose.hxx
parent1daa9264d5168f6ef100223359d963c1a0310c42 (diff)
fdo#65108 inter-module includes <> include/osl
Change-Id: I0490192db3d6b46c6b181ae122028e11682a13cf
Diffstat (limited to 'include/osl/diagnose.hxx')
-rw-r--r--include/osl/diagnose.hxx20
1 files changed, 10 insertions, 10 deletions
diff --git a/include/osl/diagnose.hxx b/include/osl/diagnose.hxx
index 3d697d46e7c0..5ae21d742cef 100644
--- a/include/osl/diagnose.hxx
+++ b/include/osl/diagnose.hxx
@@ -19,7 +19,7 @@
#ifndef INCLUDED_OSL_DIAGNOSE_HXX
#define INCLUDED_OSL_DIAGNOSE_HXX
-#include "sal/config.h"
+#include <sal/config.h>
#include <functional>
#include <typeinfo>
@@ -29,15 +29,15 @@
#if !HAVE_CXX11
#define BOOST_NO_0X_HDR_TYPEINDEX
#endif
-#include "boost/unordered_set.hpp"
-#include "osl/diagnose.h"
-#include "osl/interlck.h"
-#include "osl/mutex.hxx"
-#include "rtl/allocator.hxx"
-#include "rtl/instance.hxx"
-#include "sal/log.hxx"
-#include "sal/saldllapi.h"
-#include "sal/types.h"
+#include <boost/unordered_set.hpp>
+#include <osl/diagnose.h>
+#include <osl/interlck.h>
+#include <osl/mutex.hxx>
+#include <rtl/allocator.hxx>
+#include <rtl/instance.hxx>
+#include <sal/log.hxx>
+#include <sal/saldllapi.h>
+#include <sal/types.h>
/// @cond INTERNAL