summaryrefslogtreecommitdiffstats
path: root/src/ui/tools/pencil-tool.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/tools/pencil-tool.h')
-rw-r--r--src/ui/tools/pencil-tool.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ui/tools/pencil-tool.h b/src/ui/tools/pencil-tool.h
index c361978cb..24f2c8bfc 100644
--- a/src/ui/tools/pencil-tool.h
+++ b/src/ui/tools/pencil-tool.h
@@ -6,12 +6,13 @@
*/
#include "ui/tools/freehand-base.h"
-#include "sp-shape.h"
+
#include <2geom/piecewise.h>
#include <2geom/d2.h>
#include <2geom/sbasis.h>
#include <2geom/pathvector.h>
+class SPShape;
#define DDC_MIN_PRESSURE 0.0
#define DDC_MAX_PRESSURE 1.0