summaryrefslogtreecommitdiff
path: root/include/typelib
diff options
context:
space:
mode:
Diffstat (limited to 'include/typelib')
-rw-r--r--include/typelib/typeclass.h2
-rw-r--r--include/typelib/typedescription.h8
-rw-r--r--include/typelib/typedescription.hxx10
-rw-r--r--include/typelib/uik.h2
4 files changed, 11 insertions, 11 deletions
diff --git a/include/typelib/typeclass.h b/include/typelib/typeclass.h
index 1c6b0d64458e..2da05b143645 100644
--- a/include/typelib/typeclass.h
+++ b/include/typelib/typeclass.h
@@ -19,7 +19,7 @@
#ifndef INCLUDED_TYPELIB_TYPECLASS_H
#define INCLUDED_TYPELIB_TYPECLASS_H
-#include <sal/types.h>
+#include "sal/types.h"
/** This type class enum is binary compatible with the IDL enum com.sun.star.uno.TypeClass.
*/
diff --git a/include/typelib/typedescription.h b/include/typelib/typedescription.h
index c866ae88d614..a0c60e68f93b 100644
--- a/include/typelib/typedescription.h
+++ b/include/typelib/typedescription.h
@@ -19,10 +19,10 @@
#ifndef INCLUDED_TYPELIB_TYPEDESCRIPTION_H
#define INCLUDED_TYPELIB_TYPEDESCRIPTION_H
-#include <cppu/cppudllapi.h>
-#include <typelib/uik.h>
-#include <typelib/typeclass.h>
-#include <rtl/ustring.h>
+#include "cppu/cppudllapi.h"
+#include "typelib/uik.h"
+#include "typelib/typeclass.h"
+#include "rtl/ustring.h"
#ifdef __cplusplus
extern "C"
diff --git a/include/typelib/typedescription.hxx b/include/typelib/typedescription.hxx
index 8ec814173604..ae8599bb1fdd 100644
--- a/include/typelib/typedescription.hxx
+++ b/include/typelib/typedescription.hxx
@@ -19,14 +19,14 @@
#ifndef INCLUDED_TYPELIB_TYPEDESCRIPTION_HXX
#define INCLUDED_TYPELIB_TYPEDESCRIPTION_HXX
-#include <sal/config.h>
+#include "sal/config.h"
#include <cstddef>
-#include <rtl/alloc.h>
-#include <rtl/ustring.hxx>
-#include <com/sun/star/uno/Type.h>
-#include <typelib/typedescription.h>
+#include "rtl/alloc.h"
+#include "rtl/ustring.hxx"
+#include "com/sun/star/uno/Type.h"
+#include "typelib/typedescription.h"
namespace com
diff --git a/include/typelib/uik.h b/include/typelib/uik.h
index 78e57bf5202f..4899e95161b2 100644
--- a/include/typelib/uik.h
+++ b/include/typelib/uik.h
@@ -19,7 +19,7 @@
#ifndef INCLUDED_TYPELIB_UIK_H
#define INCLUDED_TYPELIB_UIK_H
-#include <sal/types.h>
+#include "sal/types.h"
#if defined( SAL_W32)
#pragma pack(push, 8)