diff options
Diffstat (limited to 'src/widgets/desktop-widget.cpp')
| -rw-r--r-- | src/widgets/desktop-widget.cpp | 46 |
1 files changed, 23 insertions, 23 deletions
diff --git a/src/widgets/desktop-widget.cpp b/src/widgets/desktop-widget.cpp index 324e5b008..356a09418 100644 --- a/src/widgets/desktop-widget.cpp +++ b/src/widgets/desktop-widget.cpp @@ -27,39 +27,39 @@ #include <gtkmm/paned.h> #include <gtk/gtk.h> -#include "macros.h" -#include "inkscape-private.h" -#include "desktop-handles.h" +#include "box3d-context.h" +#include "color-profile-fns.h" +#include "conn-avoid-ref.h" #include "desktop-events.h" -#include "document.h" +#include "desktop-handles.h" #include "desktop-widget.h" -#include "sp-namedview.h" -#include "interface.h" -#include "toolbox.h" -#include "preferences.h" -#include "file.h" #include "display/canvas-arena.h" #include "display/nr-arena.h" +#include "document.h" +#include "ege-color-prof-tracker.h" +#include "ege-select-one-action.h" #include <extension/db.h> +#include "file.h" #include "helper/units.h" +#include "inkscape-private.h" +#include "interface.h" +#include "macros.h" +#include "preferences.h" +#include "sp-image.h" +#include "sp-item.h" +#include "sp-namedview.h" +#include "toolbox.h" +#include "ui/dialog/dialog-manager.h" +#include "ui/dialog/swatches.h" +#include "ui/widget/dock.h" +#include "ui/widget/layer-selector.h" +#include "ui/widget/selected-style.h" #include "widgets/button.h" #include "widgets/ruler.h" -#include "widgets/widget-sizes.h" -#include "widgets/spw-utilities.h" #include "widgets/spinbutton-events.h" -#include "widgets/layer-selector.h" +#include "widgets/spw-utilities.h" #include "widgets/toolbox.h" -#include "ui/dialog/dialog-manager.h" -#include "ui/widget/dock.h" -#include "ui/widget/selected-style.h" -#include "sp-item.h" -#include "dialogs/swatches.h" -#include "conn-avoid-ref.h" -#include "ege-select-one-action.h" -#include "ege-color-prof-tracker.h" -#include "color-profile-fns.h" -#include "box3d-context.h" -#include "sp-image.h" +#include "widgets/widget-sizes.h" #if defined (SOLARIS) && (SOLARIS == 8) #include "round.h" |
