summaryrefslogtreecommitdiff
path: root/include/osl/diagnose.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/osl/diagnose.hxx')
-rw-r--r--include/osl/diagnose.hxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/include/osl/diagnose.hxx b/include/osl/diagnose.hxx
index 0472ea42ea66..0dc140faef83 100644
--- a/include/osl/diagnose.hxx
+++ b/include/osl/diagnose.hxx
@@ -21,19 +21,19 @@
/// @cond INTERNAL
-#include <sal/config.h>
+#include "sal/config.h"
#include <cstddef>
#include <typeinfo>
#include <unordered_set>
-#include <osl/diagnose.h>
-#include <osl/interlck.h>
-#include <osl/mutex.hxx>
-#include <rtl/instance.hxx>
-#include <sal/log.hxx>
-#include <sal/saldllapi.h>
-#include <sal/types.h>
+#include "osl/diagnose.h"
+#include "osl/interlck.h"
+#include "osl/mutex.hxx"
+#include "rtl/instance.hxx"
+#include "sal/log.hxx"
+#include "sal/saldllapi.h"
+#include "sal/types.h"
namespace osl {
namespace detail {