summaryrefslogtreecommitdiff
path: root/include/uno/mapping.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-10-23 22:22:50 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-10-23 22:22:50 +0200
commit189abcf0db61c41a565bd355294bf6e712fc3e5a (patch)
tree97886355fdcdd9cca038611d67e0d889d3f77dd7 /include/uno/mapping.hxx
parent340c5c20c264277b3ac1cb9cfcdbb0499ae471d7 (diff)
loplugin:includeform: UNO API include files
Change these back to consistently use the "..." form to include other UNO API include files, for the benefit of external users of this API. Change-Id: I9c9188e895eb3495e20a71ad44abfa2f6061fa94
Diffstat (limited to 'include/uno/mapping.hxx')
-rw-r--r--include/uno/mapping.hxx20
1 files changed, 10 insertions, 10 deletions
diff --git a/include/uno/mapping.hxx b/include/uno/mapping.hxx
index f520b6f5b2bf..07518b0fcf3c 100644
--- a/include/uno/mapping.hxx
+++ b/include/uno/mapping.hxx
@@ -19,19 +19,19 @@
#ifndef INCLUDED_UNO_MAPPING_HXX
#define INCLUDED_UNO_MAPPING_HXX
-#include <sal/config.h>
+#include "sal/config.h"
#include <cstddef>
-#include <uno/lbnames.h>
-#include <rtl/alloc.h>
-#include <rtl/ustring.hxx>
-#include <osl/diagnose.h>
-#include <uno/mapping.h>
-#include <com/sun/star/uno/Type.hxx>
-#include <com/sun/star/uno/Reference.hxx>
-#include <cppu/unotype.hxx>
-#include <uno/environment.hxx>
+#include "uno/lbnames.h"
+#include "rtl/alloc.h"
+#include "rtl/ustring.hxx"
+#include "osl/diagnose.h"
+#include "uno/mapping.h"
+#include "com/sun/star/uno/Type.hxx"
+#include "com/sun/star/uno/Reference.hxx"
+#include "cppu/unotype.hxx"
+#include "uno/environment.hxx"
typedef struct _typelib_TypeDescription typelib_TypeDescription;
typedef struct _typelib_InterfaceTypeDescription typelib_InterfaceTypeDescription;