fdo#65108 inter-module includes <>

Change-Id: Ifd86f72985928d7b044809c83c112935b433c1f4
This commit is contained in:
Norbert Thiebaud 2013-11-09 14:12:00 -06:00
parent 144baa618c
commit 4d13f9129d
3 changed files with 5 additions and 5 deletions

View file

@ -20,8 +20,8 @@
#ifndef INCLUDED_CANVAS_CANVASTOOLSDLLAPI_H
#define INCLUDED_CANVAS_CANVASTOOLSDLLAPI_H
#include "sal/config.h"
#include "sal/types.h"
#include <sal/config.h>
#include <sal/types.h>
#if defined(CANVASTOOLS_DLLIMPLEMENTATION)
#define CANVASTOOLS_DLLPUBLIC SAL_DLLPUBLIC_EXPORT

View file

@ -22,7 +22,7 @@
#include <sal/types.h>
#include "boost/shared_ptr.hpp"
#include <boost/shared_ptr.hpp>
#include <canvas/canvastoolsdllapi.h>
namespace canvas

View file

@ -20,9 +20,9 @@
#ifndef 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(...) \
SAL_DETAIL_INFO_IF_FORMAT(true, "canvas.level2", __VA_ARGS__)