diff options
Diffstat (limited to 'src/extension/dbus/document-interface.cpp')
| -rw-r--r-- | src/extension/dbus/document-interface.cpp | 51 |
1 files changed, 23 insertions, 28 deletions
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 <glib.h> #include <string.h> + #include <dbus/dbus-glib.h> -#include "desktop.h" - //sp_desktop_document() +#include <dbus/dbus-glib.h> + +//#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 <glib.h> -#include <dbus/dbus-glib.h> +#include "xml/repr.h" //sp_repr_document_new #if 0 #include <libxml/tree.h> |
