Code

add CMakeLists.txt files for live_effects
[inkscape.git] / src / live_effects / parameter / parameter.h
index 256ab343f4ca7cb14f29812969b9000d0a5f3088..23faffc308c7506f38eb85f686bfbacdcc4676c2 100644 (file)
@@ -13,9 +13,6 @@
 #include <2geom/point.h>
 #include <2geom/path.h>
 
-#include "ui/widget/registry.h"
-#include "ui/widget/registered-widget.h"
-
 struct SPDesktop;
 struct SPItem;
 
@@ -30,6 +27,12 @@ namespace NodePath {
     class Path ;
 }
 
+namespace UI {
+namespace Widget {
+    class Registry;
+}
+}
+
 namespace LivePathEffect {
 
 class Effect;