fdo#65108 inter-module includes <> include/i18nlangtag

Change-Id: Ic610850ba2d59fb841caf6c60662e54005ed5452
This commit is contained in:
Norbert Thiebaud
2013-11-09 15:45:01 -06:00
parent b3c4cbf70f
commit 923b12bc58
2 changed files with 3 additions and 3 deletions

View File

@@ -20,7 +20,7 @@
#ifndef INCLUDED_I18NLANGTAG_I18NLANGTAGDLLAPI_H
#define INCLUDED_I18NLANGTAG_I18NLANGTAGDLLAPI_H
#include "sal/types.h"
#include <sal/types.h>
#if defined(I18NLANGTAG_DLLIMPLEMENTATION)
#define I18NLANGTAG_DLLPUBLIC SAL_DLLPUBLIC_EXPORT

View File

@@ -22,8 +22,8 @@
#include <sal/config.h>
#include "i18nlangtag/i18nlangtagdllapi.h"
#include "i18nlangtag/lang.h"
#include <i18nlangtag/i18nlangtagdllapi.h>
#include <i18nlangtag/lang.h>
#include <com/sun/star/lang/Locale.hpp>
#include <vector>