summaryrefslogtreecommitdiffstats
path: root/src/ui/tools/freehand-base.cpp
diff options
context:
space:
mode:
authorEduard Braun <eduard.braun2@gmx.de>2018-10-01 00:18:45 +0000
committerEduard Braun <eduard.braun2@gmx.de>2018-10-01 22:50:13 +0000
commit848e80d0a4f15b0860e9aeac822f1c2121debce3 (patch)
treebd5ae746e583ce614eacc273a9bd96cf1c49f836 /src/ui/tools/freehand-base.cpp
parentRemove #include "config.h" wherever possible (diff)
downloadinkscape-848e80d0a4f15b0860e9aeac822f1c2121debce3.tar.gz
inkscape-848e80d0a4f15b0860e9aeac822f1c2121debce3.zip
Move macros.h and remove unneeded macros
Diffstat (limited to 'src/ui/tools/freehand-base.cpp')
-rw-r--r--src/ui/tools/freehand-base.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ui/tools/freehand-base.cpp b/src/ui/tools/freehand-base.cpp
index 08c637d2e..8589b896b 100644
--- a/src/ui/tools/freehand-base.cpp
+++ b/src/ui/tools/freehand-base.cpp
@@ -17,13 +17,14 @@
#define DRAW_VERBOSE
#include "desktop-style.h"
-#include "macros.h"
#include "message-stack.h"
#include "selection-chemistry.h"
#include "display/canvas-bpath.h"
#include "display/curve.h"
+#include "include/macros.h"
+
#include "live_effects/lpe-bendpath.h"
#include "live_effects/lpe-patternalongpath.h"
#include "live_effects/lpe-simplify.h"