summaryrefslogtreecommitdiffstats
path: root/src/gradient-drag.h
diff options
context:
space:
mode:
authorTavmjong Bah <tavmjong@free.fr>2018-01-30 08:33:01 +0000
committerTavmjong Bah <tavmjong@free.fr>2018-01-30 08:33:01 +0000
commit267299811df952d08324a39008f52c19641de9e0 (patch)
tree28fef736a52cb7a72119d119be8eb663ad20a77f /src/gradient-drag.h
parentTranslations: update inkscape.pot (diff)
downloadinkscape-267299811df952d08324a39008f52c19641de9e0.tar.gz
inkscape-267299811df952d08324a39008f52c19641de9e0.zip
Move classes derived from SPObject to own directory.
A lot of header clean-up.
Diffstat (limited to 'src/gradient-drag.h')
-rw-r--r--src/gradient-drag.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gradient-drag.h b/src/gradient-drag.h
index 1fe2fb3f0..3e9e7a151 100644
--- a/src/gradient-drag.h
+++ b/src/gradient-drag.h
@@ -26,8 +26,8 @@
#include <2geom/point.h>
-#include "sp-gradient.h" // TODO refactor enums to external .h file
-#include "sp-mesh-array.h"
+#include "object/sp-gradient.h" // TODO refactor enums to external .h file
+#include "object/sp-mesh-array.h"
class SPKnot;