summaryrefslogtreecommitdiffstats
path: root/src/object/box3d.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/object/box3d.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/object/box3d.cpp')
-rw-r--r--src/object/box3d.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/object/box3d.cpp b/src/object/box3d.cpp
index 7d4074b64..79779d713 100644
--- a/src/object/box3d.cpp
+++ b/src/object/box3d.cpp
@@ -34,7 +34,7 @@
#include "desktop.h"
-#include "macros.h"
+#include "include/macros.h"
static void box3d_ref_changed(SPObject *old_ref, SPObject *ref, SPBox3D *box);