summaryrefslogtreecommitdiffstats
path: root/src/live_effects/effect.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/live_effects/effect.h')
-rw-r--r--src/live_effects/effect.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/live_effects/effect.h b/src/live_effects/effect.h
index 681bae387..6acba000c 100644
--- a/src/live_effects/effect.h
+++ b/src/live_effects/effect.h
@@ -10,7 +10,6 @@
*/
-#include "display/display-forward.h"
#include <map>
#include <glibmm/ustring.h>
#include <2geom/forward.h>
@@ -29,6 +28,7 @@ class SPLPEItem;
class KnotHolder;
class KnotHolderEntity;
class SPPath;
+struct SPCurve;
namespace Gtk {
class Widget;