X-Git-Url: https://git.tokkee.org/?p=inkscape.git;a=blobdiff_plain;f=src%2Fconnector-context.h;h=b03d0fcf0935358b307b9b738983c356ac839b0f;hp=036981f6ffc7df624c14e53cbe026b8abcbe8bdc;hb=0dc33d4ce43e0bb49c63aa53b826ec4a1ff68e28;hpb=6e9099b585837c489aa53dc488ff31d975ecd20d diff --git a/src/connector-context.h b/src/connector-context.h index 036981f6f..b03d0fcf0 100644 --- a/src/connector-context.h +++ b/src/connector-context.h @@ -16,7 +16,6 @@ #include #include "event-context.h" #include -#include #include <2geom/point.h> #include "libavoid/connector.h" #include "connection-points.h" @@ -29,6 +28,8 @@ #define SP_IS_CONNECTOR_CONTEXT_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE((k), SP_TYPE_CONNECTOR_CONTEXT)) struct SPKnot; +struct SPCurve; + namespace Inkscape { class Selection;