diff options
| author | Tavmjong Bah <tavmjong@free.fr> | 2018-10-22 09:38:37 +0000 |
|---|---|---|
| committer | Tavmjong Bah <tavmjong@free.fr> | 2018-10-22 09:38:37 +0000 |
| commit | 1b2add70be11025b9b26c411bc8c242c5d9f5356 (patch) | |
| tree | 888f27a1a3f467eaa6d8a51ff4a63c7e408b1a41 /src/live_effects | |
| parent | Add LibreOffice SOC to GIMP GPL palette format script (diff) | |
| download | inkscape-1b2add70be11025b9b26c411bc8c242c5d9f5356.tar.gz inkscape-1b2add70be11025b9b26c411bc8c242c5d9f5356.zip | |
Remove 'document-private.h' where not needed plus some other header cleanup.
Diffstat (limited to 'src/live_effects')
| -rw-r--r-- | src/live_effects/effect.cpp | 1 | ||||
| -rw-r--r-- | src/live_effects/lpe-perspective_path.cpp | 1 | ||||
| -rw-r--r-- | src/live_effects/lpeobject.cpp | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/src/live_effects/effect.cpp b/src/live_effects/effect.cpp index 8aa59e4fe..4c18e3124 100644 --- a/src/live_effects/effect.cpp +++ b/src/live_effects/effect.cpp @@ -75,7 +75,6 @@ #include "xml/sp-css-attr.h" #include "message-stack.h" -#include "document-private.h" #include "ui/tools/pen-tool.h" #include "ui/tools/node-tool.h" #include "ui/tools-switch.h" diff --git a/src/live_effects/lpe-perspective_path.cpp b/src/live_effects/lpe-perspective_path.cpp index e2ab2f3b8..a31d1319b 100644 --- a/src/live_effects/lpe-perspective_path.cpp +++ b/src/live_effects/lpe-perspective_path.cpp @@ -13,7 +13,6 @@ #include <gtkmm.h> //#include "transf_mat_3x4.h" -#include "document-private.h" #include "live_effects/lpe-perspective_path.h" #include "live_effects/lpeobject.h" #include "knot-holder-entity.h" diff --git a/src/live_effects/lpeobject.cpp b/src/live_effects/lpeobject.cpp index e90a99331..d3c49a366 100644 --- a/src/live_effects/lpeobject.cpp +++ b/src/live_effects/lpeobject.cpp @@ -13,7 +13,6 @@ #include "xml/node-event-vector.h" #include "attributes.h" #include "document.h" -#include "document-private.h" #include "object/sp-defs.h" |
