Kaydet (Commit) db3c5870 authored tarafından Norbert Thiebaud's avatar Norbert Thiebaud

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

Change-Id: I3c2db6a3660d46faba6fb11a63ecf3a73709f2c0
üst ab3506ec
...@@ -20,9 +20,9 @@ ...@@ -20,9 +20,9 @@
#ifndef INCLUDED_STORE_STORE_HXX #ifndef INCLUDED_STORE_STORE_HXX
#define INCLUDED_STORE_STORE_HXX #define INCLUDED_STORE_STORE_HXX
#include "sal/types.h" #include <sal/types.h>
#include "rtl/ustring.hxx" #include <rtl/ustring.hxx>
#include "store/store.h" #include <store/store.h>
namespace store namespace store
{ {
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
#ifndef INCLUDED_STORE_STOREDLLAPI_H #ifndef INCLUDED_STORE_STOREDLLAPI_H
#define INCLUDED_STORE_STOREDLLAPI_H #define INCLUDED_STORE_STOREDLLAPI_H
#include "sal/types.h" #include <sal/types.h>
#if defined(STORE_DLLIMPLEMENTATION) #if defined(STORE_DLLIMPLEMENTATION)
#define STORE_DLLPUBLIC SAL_DLLPUBLIC_EXPORT #define STORE_DLLPUBLIC SAL_DLLPUBLIC_EXPORT
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment