From 40056a599c07b6fd18226bc6eabb5be9fb2be3b2 Mon Sep 17 00:00:00 2001 From: Mike Kaganski Date: Mon, 9 Oct 2017 16:39:21 +0300 Subject: basegfx: consistently use "" and <> in include directives Change-Id: I6e4e11532e634fbdb8c6bfd4ce3577fc2746aca8 Reviewed-on: https://gerrit.libreoffice.org/43300 Tested-by: Jenkins Reviewed-by: Mike Kaganski --- basegfx/source/workbench/bezierclip.cxx | 4 ++-- basegfx/source/workbench/convexhull.cxx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'basegfx') diff --git a/basegfx/source/workbench/bezierclip.cxx b/basegfx/source/workbench/bezierclip.cxx index 86a439ea297b..bdc924113fab 100644 --- a/basegfx/source/workbench/bezierclip.cxx +++ b/basegfx/source/workbench/bezierclip.cxx @@ -24,8 +24,8 @@ #include -#include "bezierclip.hxx" -#include "gauss.hxx" +#include +#include // what to test #define WITH_ASSERTIONS diff --git a/basegfx/source/workbench/convexhull.cxx b/basegfx/source/workbench/convexhull.cxx index dda785668866..ddcb04046508 100644 --- a/basegfx/source/workbench/convexhull.cxx +++ b/basegfx/source/workbench/convexhull.cxx @@ -20,7 +20,7 @@ #include #include -#include "bezierclip.hxx" +#include /* Implements the theta function from Sedgewick: Algorithms in XXX, chapter 24 */ template double theta( const PointType& p1, const PointType& p2 ) -- cgit