summaryrefslogtreecommitdiff
path: root/src/core/core.c
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2024-05-16 21:52:07 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2024-05-16 21:52:07 (GMT)
commit85e52ccd4c8aada6660d171e91c6c603f40606bb (patch)
treec9a376e10448ab62ba2668c69bdd0a3c5c968c4a /src/core/core.c
parent049f9fdb4c4fb44ecac9ade607a8462841010716 (diff)
Move some FS functions from io.[ch] to pathname.[ch].
Diffstat (limited to 'src/core/core.c')
-rw-r--r--src/core/core.c2
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"