fdo#65108 inter-module includes <> include/helpcompiler
Change-Id: Ie959c92c0ebffb88318a9ac1a9284da11281105d
This commit is contained in:
parent
bda91b953b
commit
5db050afb3
2 changed files with 3 additions and 3 deletions
|
@ -20,7 +20,7 @@
|
|||
#ifndef INCLUDED_HELPCOMPILER_COMPILEHELP_HXX
|
||||
#define INCLUDED_HELPCOMPILER_COMPILEHELP_HXX
|
||||
|
||||
#include "sal/types.h"
|
||||
#include <sal/types.h>
|
||||
|
||||
#if defined(HELPLINKER_DLLIMPLEMENTATION)
|
||||
#define HELPLINKER_DLLPUBLIC SAL_DLLPUBLIC_EXPORT
|
||||
|
|
|
@ -20,8 +20,8 @@
|
|||
#ifndef INCLUDED_HELPCOMPILER_DLLAPI_H
|
||||
#define INCLUDED_HELPCOMPILER_DLLAPI_H
|
||||
|
||||
#include "sal/config.h"
|
||||
#include "sal/types.h"
|
||||
#include <sal/config.h>
|
||||
#include <sal/types.h>
|
||||
|
||||
#if defined L10N_DLLIMPLEMENTATION
|
||||
#define L10N_DLLPUBLIC SAL_DLLPUBLIC_EXPORT
|
||||
|
|
Loading…
Reference in a new issue