diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2024-05-16 21:52:07 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2024-05-16 21:52:07 (GMT) |
commit | 85e52ccd4c8aada6660d171e91c6c603f40606bb (patch) | |
tree | c9a376e10448ab62ba2668c69bdd0a3c5c968c4a /src/core | |
parent | 049f9fdb4c4fb44ecac9ade607a8462841010716 (diff) |
Move some FS functions from io.[ch] to pathname.[ch].
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/core.c b/src/core/core.c index 636e41e..addd58c 100644 --- a/src/core/core.c +++ b/src/core/core.c @@ -41,7 +41,7 @@ #ifdef INCLUDE_MAGIC_SUPPORT # include "../analysis/scan/items/magic/cookie.h" #endif -#include "../common/io.h" +#include "../common/pathname.h" #include "../common/xdg.h" #include "../glibext/linesegment.h" |