From: cilix42 Date: Wed, 18 Jun 2008 02:13:13 +0000 (+0000) Subject: Remove superfluous #include from lpe-skeleton.h X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=d1d6f5cf965a8cf95f41ee2bb382f898fdb2664b;p=inkscape.git Remove superfluous #include from lpe-skeleton.h --- diff --git a/src/live_effects/lpe-skeleton.h b/src/live_effects/lpe-skeleton.h index c8b315773..532176a23 100644 --- a/src/live_effects/lpe-skeleton.h +++ b/src/live_effects/lpe-skeleton.h @@ -16,7 +16,6 @@ #include "live_effects/effect.h" #include "live_effects/parameter/parameter.h" -#include "live_effects/parameter/point.h" namespace Inkscape { namespace LivePathEffect {