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

fdo#65108 inter-module includes <>

Change-Id: Ifd86f72985928d7b044809c83c112935b433c1f4
üst 144baa61
...@@ -20,8 +20,8 @@ ...@@ -20,8 +20,8 @@
#ifndef INCLUDED_CANVAS_CANVASTOOLSDLLAPI_H #ifndef INCLUDED_CANVAS_CANVASTOOLSDLLAPI_H
#define INCLUDED_CANVAS_CANVASTOOLSDLLAPI_H #define INCLUDED_CANVAS_CANVASTOOLSDLLAPI_H
#include "sal/config.h" #include <sal/config.h>
#include "sal/types.h" #include <sal/types.h>
#if defined(CANVASTOOLS_DLLIMPLEMENTATION) #if defined(CANVASTOOLS_DLLIMPLEMENTATION)
#define CANVASTOOLS_DLLPUBLIC SAL_DLLPUBLIC_EXPORT #define CANVASTOOLS_DLLPUBLIC SAL_DLLPUBLIC_EXPORT
......
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
#include <sal/types.h> #include <sal/types.h>
#include "boost/shared_ptr.hpp" #include <boost/shared_ptr.hpp>
#include <canvas/canvastoolsdllapi.h> #include <canvas/canvastoolsdllapi.h>
namespace canvas namespace canvas
......
...@@ -20,9 +20,9 @@ ...@@ -20,9 +20,9 @@
#ifndef INCLUDED_CANVAS_VERBOSETRACE_HXX #ifndef INCLUDED_CANVAS_VERBOSETRACE_HXX
#define INCLUDED_CANVAS_VERBOSETRACE_HXX #define INCLUDED_CANVAS_VERBOSETRACE_HXX
#include "sal/config.h" #include <sal/config.h>
#include "sal/detail/log.h" #include <sal/detail/log.h>
#define VERBOSE_TRACE(...) \ #define VERBOSE_TRACE(...) \
SAL_DETAIL_INFO_IF_FORMAT(true, "canvas.level2", __VA_ARGS__) SAL_DETAIL_INFO_IF_FORMAT(true, "canvas.level2", __VA_ARGS__)
......
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