Code

change link order of test_all to enable make distcheck
[inkscape.git] / src / libavoid / makepath.h
index 5ab21b9932f7478386787cdda3be04092859898d..4d68a01e3160fee822f43fe8f2b4d2352d7ccd0a 100644 (file)
@@ -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
 #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);