[Libreoffice-commits] core.git: basegfx/source

Mike Kaganski mike.kaganski at collabora.com
Tue Oct 10 05:44:34 UTC 2017


 basegfx/source/workbench/bezierclip.cxx |    4 ++--
 basegfx/source/workbench/convexhull.cxx |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 40056a599c07b6fd18226bc6eabb5be9fb2be3b2
Author: Mike Kaganski <mike.kaganski at collabora.com>
Date:   Mon Oct 9 16:39:21 2017 +0300

    basegfx: consistently use "" and <> in include directives
    
    Change-Id: I6e4e11532e634fbdb8c6bfd4ce3577fc2746aca8
    Reviewed-on: https://gerrit.libreoffice.org/43300
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Mike Kaganski <mike.kaganski at collabora.com>

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 <math.h>
 
-#include "bezierclip.hxx"
-#include "gauss.hxx"
+#include <bezierclip.hxx>
+#include <gauss.hxx>
 
 // 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 <algorithm>
 #include <vector>
 
-#include "bezierclip.hxx"
+#include <bezierclip.hxx>
 
 /* Implements the theta function from Sedgewick: Algorithms in XXX, chapter 24 */
 template <class PointType> double theta( const PointType& p1, const PointType& p2 )


More information about the Libreoffice-commits mailing list