summaryrefslogtreecommitdiff
path: root/include/tools/link.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/tools/link.hxx')
-rw-r--r--include/tools/link.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/tools/link.hxx b/include/tools/link.hxx
index 45ce2fdcb304..951422203581 100644
--- a/include/tools/link.hxx
+++ b/include/tools/link.hxx
@@ -19,9 +19,9 @@
#ifndef INCLUDED_TOOLS_LINK_HXX
#define INCLUDED_TOOLS_LINK_HXX
-#include "tools/toolsdllapi.h"
-#include "sal/config.h"
-#include "sal/types.h"
+#include <tools/toolsdllapi.h>
+#include <sal/config.h>
+#include <sal/types.h>
#include <tools/solar.h>
typedef long (*PSTUB)( void*, void* );