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-update.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/file-update.cpp')
| -rw-r--r-- | src/file-update.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/file-update.cpp b/src/file-update.cpp index 68337b806..de09047bd 100644 --- a/src/file-update.cpp +++ b/src/file-update.cpp @@ -14,7 +14,6 @@ #include <gtkmm.h> #include "desktop.h" -#include "dir-util.h" #include "document-undo.h" #include "document.h" #include "file.h" @@ -36,6 +35,7 @@ #include "extension/output.h" #include "extension/system.h" +#include "io/dir-util.h" #include "io/sys.h" #include "object/persp3d.h" |
