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/file.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 '')
| -rw-r--r-- | src/file.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/file.cpp b/src/file.cpp index ac4d0ab62..5e93fb9ce 100644 --- a/src/file.cpp +++ b/src/file.cpp @@ -46,7 +46,6 @@ #include "path-prefix.h" #include "print.h" #include "rdf.h" -#include "resource-manager.h" #include "selection-chemistry.h" #include "verbs.h" @@ -58,6 +57,7 @@ #include "helper/png-write.h" #include "io/resource.h" +#include "io/resource-manager.h" #include "io/sys.h" #include "object/sp-defs.h" |
