diff options
Diffstat (limited to 'src/text-chemistry.cpp')
| -rw-r--r-- | src/text-chemistry.cpp | 26 |
1 files changed, 14 insertions, 12 deletions
diff --git a/src/text-chemistry.cpp b/src/text-chemistry.cpp index b2bd88a54..b26293801 100644 --- a/src/text-chemistry.cpp +++ b/src/text-chemistry.cpp @@ -19,24 +19,26 @@ #include <string> #include <glibmm/i18n.h> -#include "xml/repr.h" -#include "sp-rect.h" -#include "sp-textpath.h" -#include "inkscape.h" + #include "desktop.h" -#include "document.h" #include "document-undo.h" +#include "document.h" +#include "inkscape.h" #include "message-stack.h" -#include "style.h" - -#include "text-editing.h" #include "text-chemistry.h" -#include "sp-flowtext.h" -#include "sp-flowregion.h" -#include "sp-flowdiv.h" -#include "sp-tspan.h" +#include "text-editing.h" #include "verbs.h" +#include "object/sp-flowdiv.h" +#include "object/sp-flowregion.h" +#include "object/sp-flowtext.h" +#include "object/sp-rect.h" +#include "object/sp-textpath.h" +#include "object/sp-tspan.h" +#include "style.h" + +#include "xml/repr.h" + using Inkscape::DocumentUndo; static SPItem * |
