From 267299811df952d08324a39008f52c19641de9e0 Mon Sep 17 00:00:00 2001 From: Tavmjong Bah Date: Tue, 30 Jan 2018 09:33:01 +0100 Subject: Move classes derived from SPObject to own directory. A lot of header clean-up. --- src/selection-describer.cpp | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) (limited to 'src/selection-describer.cpp') diff --git a/src/selection-describer.cpp b/src/selection-describer.cpp index 5e7ac7ed3..caa83fb94 100644 --- a/src/selection-describer.cpp +++ b/src/selection-describer.cpp @@ -18,18 +18,22 @@ #include #include -#include "xml/quote.h" + +#include "selection-describer.h" + #include "layer-model.h" #include "selection.h" -#include "selection-describer.h" #include "desktop.h" -#include "sp-textpath.h" -#include "sp-offset.h" -#include "sp-flowtext.h" -#include "sp-use.h" -#include "sp-symbol.h" -#include "sp-image.h" -#include "sp-path.h" + +#include "object/sp-flowtext.h" +#include "object/sp-image.h" +#include "object/sp-offset.h" +#include "object/sp-path.h" +#include "object/sp-symbol.h" +#include "object/sp-textpath.h" +#include "object/sp-use.h" + +#include "xml/quote.h" // Returns a list of terms for the items to be used in the statusbar char* collect_terms (const std::vector &items) -- cgit v1.2.3