summaryrefslogtreecommitdiffstats
path: root/src/live_effects
diff options
context:
space:
mode:
Diffstat (limited to 'src/live_effects')
-rw-r--r--src/live_effects/lpe-roughen.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/live_effects/lpe-roughen.cpp b/src/live_effects/lpe-roughen.cpp
index 803ab5844..9af849530 100644
--- a/src/live_effects/lpe-roughen.cpp
+++ b/src/live_effects/lpe-roughen.cpp
@@ -1,14 +1,14 @@
-#define INKSCAPE_LPE_ROUGHEN_C
/*
* Released under GNU GPL, read the file 'COPYING' for more information
*/
+#include <gtkmm.h>
+
#include "live_effects/lpe-roughen.h"
#include "display/curve.h"
#include "live_effects/parameter/parameter.h"
#include "helper/geom.h"
#include <glibmm/i18n.h>
-#include <gtkmm/separator.h>
#include <cmath>
namespace Inkscape {