Code

Make text widget for TextParams work and re-enable it
[inkscape.git] / src / live_effects / parameter / path-reference.cpp
index 78f270e64db5d27b5e20fef50025c085392c8904..a76fb1b32edbdfd65764eb0381439fbc5d5ed5c2 100644 (file)
@@ -8,18 +8,8 @@
 
 #include "live_effects/parameter/path-reference.h"
 
-#include <cstring>
-#include <string>
-#include <string.h>
-
-#include "enums.h"
-
-#include "display/curve.h"
-#include "livarot/Path.h"
-#include "prefs-utils.h"
 #include "sp-shape.h"
 #include "sp-text.h"
-#include "uri.h"
 
 namespace Inkscape {
 namespace LivePathEffect {