summaryrefslogtreecommitdiff
path: root/basegfx
diff options
context:
space:
mode:
Diffstat (limited to 'basegfx')
-rw-r--r--basegfx/source/workbench/bezierclip.cxx4
-rw-r--r--basegfx/source/workbench/convexhull.cxx2
2 files changed, 3 insertions, 3 deletions
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 )