system/FileDescriptor: move to io/

This commit is contained in:
Max Kellermann
2020-05-05 14:11:13 +02:00
parent 97f7270aa8
commit 9815d10137
24 changed files with 30 additions and 19 deletions

View File

@@ -37,7 +37,7 @@
#ifdef _WIN32
#include <windows.h>
#else
#include "system/UniqueFileDescriptor.hxx"
#include "io/UniqueFileDescriptor.hxx"
#endif
class Path;