summaryrefslogtreecommitdiffstats
path: root/include/cppu/unotype.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/cppu/unotype.hxx')
-rw-r--r--include/cppu/unotype.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/cppu/unotype.hxx b/include/cppu/unotype.hxx
index 904621fc6756..f040159ce1e6 100644
--- a/include/cppu/unotype.hxx
+++ b/include/cppu/unotype.hxx
@@ -20,7 +20,7 @@
#ifndef INCLUDED_CPPU_UNOTYPE_HXX
#define INCLUDED_CPPU_UNOTYPE_HXX
-#include <sal/config.h>
+#include "sal/config.h"
#include <cstddef>
@@ -28,9 +28,9 @@
#include <type_traits>
#endif
-#include <sal/types.h>
-#include <typelib/typeclass.h>
-#include <typelib/typedescription.h>
+#include "sal/types.h"
+#include "typelib/typeclass.h"
+#include "typelib/typedescription.h"
namespace com { namespace sun { namespace star { namespace uno {
class Type;