summaryrefslogtreecommitdiffstats
path: root/include/sal/types.h
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/sal/types.h
parentchmod 0755 -> 0644 for some source files (diff)
downloadcore-189abcf0db61c41a565bd355294bf6e712fc3e5a.tar.gz
core-189abcf0db61c41a565bd355294bf6e712fc3e5a.zip
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/sal/types.h')
-rw-r--r--include/sal/types.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/sal/types.h b/include/sal/types.h
index 14c8e90d293d..90ebae5560da 100644
--- a/include/sal/types.h
+++ b/include/sal/types.h
@@ -20,12 +20,12 @@
#ifndef INCLUDED_SAL_TYPES_H
#define INCLUDED_SAL_TYPES_H
-#include <sal/config.h>
+#include "sal/config.h"
#include <stddef.h>
-#include <sal/macros.h>
-#include <sal/typesizes.h>
+#include "sal/macros.h"
+#include "sal/typesizes.h"
#ifdef __cplusplus
extern "C" {