summaryrefslogtreecommitdiff
path: root/include/osl/time.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/osl/time.h')
-rw-r--r--include/osl/time.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/osl/time.h b/include/osl/time.h
index 4843a9d02e25..490fc9f3e36e 100644
--- a/include/osl/time.h
+++ b/include/osl/time.h
@@ -20,14 +20,14 @@
#ifndef INCLUDED_OSL_TIME_H
#define INCLUDED_OSL_TIME_H
-#include <sal/config.h>
+#include "sal/config.h"
#if defined LIBO_INTERNAL_ONLY && defined __cplusplus
#include <chrono>
#endif
-#include <sal/saldllapi.h>
-#include <sal/types.h>
+#include "sal/saldllapi.h"
+#include "sal/types.h"
#ifdef SAL_W32
# pragma pack(push, 8)