X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Flibavoid%2Fmakepath.h;h=4d68a01e3160fee822f43fe8f2b4d2352d7ccd0a;hb=0e035fb99ef942b0e010012c41d704bccf12641b;hp=5ab21b9932f7478386787cdda3be04092859898d;hpb=6b15695578f07a3f72c4c9475c1a261a3021472a;p=inkscape.git diff --git a/src/libavoid/makepath.h b/src/libavoid/makepath.h index 5ab21b993..4d68a01e3 100644 --- a/src/libavoid/makepath.h +++ b/src/libavoid/makepath.h @@ -2,7 +2,7 @@ * vim: ts=4 sw=4 et tw=0 wm=0 * * libavoid - Fast, Incremental, Object-avoiding Line Router - * Copyright (C) 2004-2005 Michael Wybrow + * Copyright (C) 2004-2006 Michael Wybrow * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -23,13 +23,10 @@ #ifndef AVOID_MAKEPATH_H #define AVOID_MAKEPATH_H -#include "libavoid/connector.h" namespace Avoid { - -extern double segmt_penalty; -extern double angle_penalty; +class ConnRef; extern void makePath(ConnRef *lineRef, bool *flag);