diff options
| author | Tavmjong Bah <tavmjong@free.fr> | 2018-10-13 07:37:26 +0000 |
|---|---|---|
| committer | Tavmjong Bah <tavmjong@free.fr> | 2018-10-13 07:37:26 +0000 |
| commit | faf43f2ffa88561acb95909861bb28fcdfaeb858 (patch) | |
| tree | 77f397b880ec970981a754c9549b24842161855b /src/desktop.cpp | |
| parent | CI/AppVeyor: increase clone depth (diff) | |
| download | inkscape-faf43f2ffa88561acb95909861bb28fcdfaeb858.tar.gz inkscape-faf43f2ffa88561acb95909861bb28fcdfaeb858.zip | |
Move some files to 'io' directory.
Diffstat (limited to 'src/desktop.cpp')
| -rw-r--r-- | src/desktop.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/desktop.cpp b/src/desktop.cpp index 79fec2927..46589ca04 100644 --- a/src/desktop.cpp +++ b/src/desktop.cpp @@ -38,7 +38,6 @@ #include "layer-manager.h" #include "message-context.h" #include "message-stack.h" -#include "resource-manager.h" #include "display/canvas-arena.h" #include "display/canvas-debug.h" @@ -55,6 +54,8 @@ #include "helper/action-context.h" #include "helper/action.h" //sp_action_perform +#include "io/resource-manager.h" + #include "object/sp-namedview.h" #include "object/sp-root.h" |
