fs/io: move to io/

This commit is contained in:
Max Kellermann
2021-12-03 14:02:07 +01:00
parent 8681a3d74c
commit a5fa43b526
57 changed files with 68 additions and 71 deletions

View File

@@ -31,8 +31,8 @@
#include "fs/FileSystem.hxx"
#include "fs/List.hxx"
#include "fs/Path.hxx"
#include "fs/io/FileReader.hxx"
#include "fs/io/BufferedReader.hxx"
#include "io/FileReader.hxx"
#include "io/BufferedReader.hxx"
#include "Log.hxx"
#include <cassert>