summaryrefslogtreecommitdiffstats
path: root/src/live_effects/effect.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/live_effects/effect.cpp')
-rw-r--r--src/live_effects/effect.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/live_effects/effect.cpp b/src/live_effects/effect.cpp
index d7613fb32..c5373b437 100644
--- a/src/live_effects/effect.cpp
+++ b/src/live_effects/effect.cpp
@@ -8,6 +8,10 @@
#include "live_effects/effect.h"
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+
#include "xml/node-event-vector.h"
#include "sp-object.h"
#include "attributes.h"
@@ -68,8 +72,6 @@
#include "live_effects/lpe-path_length.h"
#include "live_effects/lpe-line_segment.h"
-//#define LPE_ENABLE_TEST_EFFECTS
-
namespace Inkscape {
namespace LivePathEffect {