summaryrefslogtreecommitdiffstats
path: root/src/selcue.cpp
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/selcue.cpp
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/selcue.cpp')
-rw-r--r--src/selcue.cpp15
1 files changed, 9 insertions, 6 deletions
diff --git a/src/selcue.cpp b/src/selcue.cpp
index 13600231a..b97b8ba26 100644
--- a/src/selcue.cpp
+++ b/src/selcue.cpp
@@ -11,17 +11,20 @@
* Released under GNU GPL, read the file 'COPYING' for more information
*/
-#include "desktop.h"
+#include "selcue.h"
+#include "desktop.h"
#include "selection.h"
-#include "display/sp-canvas-util.h"
+#include "text-editing.h"
+
#include "display/sodipodi-ctrl.h"
#include "display/sodipodi-ctrlrect.h"
+#include "display/sp-canvas-util.h"
+
#include "libnrtype/Layout-TNG.h"
-#include "text-editing.h"
-#include "sp-text.h"
-#include "sp-flowtext.h"
-#include "selcue.h"
+
+#include "object/sp-flowtext.h"
+#include "object/sp-text.h"
Inkscape::SelCue::BoundingBoxPrefsObserver::BoundingBoxPrefsObserver(SelCue &sel_cue) :
Observer("/tools/bounding_box"),