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, 3 insertions, 3 deletions
diff --git a/src/live_effects/effect.cpp b/src/live_effects/effect.cpp
index 396f03e92..d1dd8d963 100644
--- a/src/live_effects/effect.cpp
+++ b/src/live_effects/effect.cpp
@@ -5,12 +5,12 @@
* Released under GNU GPL, read the file 'COPYING' for more information
*/
-//#define LPE_ENABLE_TEST_EFFECTS //uncomment for toy effects
-
#ifdef HAVE_CONFIG_H
-#include <config.h>
+# include "config.h" // only include where actually required!
#endif
+//#define LPE_ENABLE_TEST_EFFECTS //uncomment for toy effects
+
// include effects:
#include "live_effects/lpe-patternalongpath.h"
#include "live_effects/lpe-angle_bisector.h"