From 8316e4c4b48f9b0d8119d82f58b4c7fbf7c02cd1 Mon Sep 17 00:00:00 2001 From: Tavmjong Bah Date: Wed, 31 Jan 2018 09:25:49 +0100 Subject: Fix build when DBUS enabled. --- src/extension/dbus/document-interface.cpp | 51 ++++++++++++++----------------- 1 file changed, 23 insertions(+), 28 deletions(-) (limited to 'src/extension/dbus/document-interface.cpp') diff --git a/src/extension/dbus/document-interface.cpp b/src/extension/dbus/document-interface.cpp index be3fd94a5..7a1f3939d 100644 --- a/src/extension/dbus/document-interface.cpp +++ b/src/extension/dbus/document-interface.cpp @@ -15,54 +15,49 @@ * Released under GNU GPL, read the file 'COPYING' for more information */ -#include "file.h" //IO -#include "document-interface.h" -#include "application-interface.h" +#include #include + #include -#include "desktop.h" - //sp_desktop_document() +#include + +//#include "2geom/svg-path-parser.h" //get_node_coordinates + +#include "application-interface.h" #include "desktop-style.h" //sp_desktop_get_style -#include "display/canvas-text.h" //text -#include "display/sp-canvas.h" //text -#include "document.h" // getReprDoc() +#include "desktop.h" +#include "document-interface.h" #include "document-undo.h" -#include "extension/output.h" //IO -#include "extension/system.h" //IO +#include "document.h" // getReprDoc() #include "file.h" //IO -#include "helper/action.h" //sp_action_perform -#include "helper/action-context.h" #include "inkscape.h" //inkscape_find_desktop_by_dkey, activate desktops #include "layer-fns.h" //LPOS_BELOW #include "layer-model.h" -#include "live_effects/parameter/text.h" //text #include "print.h" //IO #include "selection-chemistry.h"// lots of selection functions #include "selection.h" //selection struct -#include "sp-ellipse.h" -#include "sp-object.h" -#include "sp-root.h" #include "style.h" //style_write -#include "util/units.h" +#include "text-editing.h" +#include "verbs.h" -#include "extension/system.h" //IO +#include "helper/action-context.h" +#include "helper/action.h" //sp_action_perform -#include "extension/output.h" //IO +#include "display/canvas-text.h" //text +#include "display/sp-canvas.h" //text -#include "print.h" //IO +#include "extension/output.h" //IO +#include "extension/system.h" //IO #include "live_effects/parameter/text.h" //text -#include "display/canvas-text.h" //text -#include "display/sp-canvas.h" //text -#include "text-editing.h" -#include "verbs.h" -#include "xml/repr.h" //sp_repr_document_new +#include "object/sp-ellipse.h" +#include "object/sp-object.h" +#include "object/sp-root.h" -//#include "2geom/svg-path-parser.h" //get_node_coordinates +#include "util/units.h" -#include -#include +#include "xml/repr.h" //sp_repr_document_new #if 0 #include -- cgit v1.2.3