diff options
| author | Eduard Braun <eduard.braun2@gmx.de> | 2018-10-01 00:18:45 +0000 |
|---|---|---|
| committer | Eduard Braun <eduard.braun2@gmx.de> | 2018-10-01 22:50:13 +0000 |
| commit | 848e80d0a4f15b0860e9aeac822f1c2121debce3 (patch) | |
| tree | bd5ae746e583ce614eacc273a9bd96cf1c49f836 /src/ui/tools/calligraphic-tool.cpp | |
| parent | Remove #include "config.h" wherever possible (diff) | |
| download | inkscape-848e80d0a4f15b0860e9aeac822f1c2121debce3.tar.gz inkscape-848e80d0a4f15b0860e9aeac822f1c2121debce3.zip | |
Move macros.h and remove unneeded macros
Diffstat (limited to 'src/ui/tools/calligraphic-tool.cpp')
| -rw-r--r-- | src/ui/tools/calligraphic-tool.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ui/tools/calligraphic-tool.cpp b/src/ui/tools/calligraphic-tool.cpp index b4017e5e7..779cf29d9 100644 --- a/src/ui/tools/calligraphic-tool.cpp +++ b/src/ui/tools/calligraphic-tool.cpp @@ -41,7 +41,6 @@ #include "document-undo.h" #include "document.h" #include "inkscape.h" -#include "macros.h" #include "message-context.h" #include "selection.h" #include "splivarot.h" @@ -53,6 +52,8 @@ #include "display/curve.h" #include "display/sp-canvas.h" +#include "include/macros.h" + #include "livarot/Shape.h" #include "object/sp-shape.h" |
