From e07de7ce18ff4cc440dc8947d61825122afea062 Mon Sep 17 00:00:00 2001 From: "Johan B. C. Engelen" Date: Thu, 3 Jul 2008 20:06:40 +0000 Subject: update 2geom (svn rev1433) (bzr r6134) --- src/2geom/basic-intersection.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/2geom/basic-intersection.cpp') diff --git a/src/2geom/basic-intersection.cpp b/src/2geom/basic-intersection.cpp index 97c4c6e5c..5375e5b58 100644 --- a/src/2geom/basic-intersection.cpp +++ b/src/2geom/basic-intersection.cpp @@ -1,5 +1,5 @@ -#include "basic-intersection.h" -#include "exception.h" +#include <2geom/basic-intersection.h> +#include <2geom/exception.h> unsigned intersect_steps = 0; @@ -60,7 +60,7 @@ find_intersections( vector const & A, } std::vector > -find_self_intersections(OldBezier const &Sb) { +find_self_intersections(OldBezier const &/*Sb*/) { THROW_NOTIMPLEMENTED(); } -- cgit v1.2.3