diff options
Diffstat (limited to 'src/libavoid/makepath.h')
| -rw-r--r-- | src/libavoid/makepath.h | 7 |
1 files changed, 2 insertions, 5 deletions
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 <mjwybrow@users.sourceforge.net> + * Copyright (C) 2004-2006 Michael Wybrow <mjwybrow@users.sourceforge.net> * * 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); |
