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

@@ -23,8 +23,8 @@
#include "SongSave.hxx"
#include "song/DetachedSong.hxx"
#include "PlaylistDatabase.hxx"
#include "fs/io/LineReader.hxx"
#include "fs/io/BufferedOutputStream.hxx"
#include "io/LineReader.hxx"
#include "io/BufferedOutputStream.hxx"
#include "time/ChronoUtil.hxx"
#include "util/StringAPI.hxx"
#include "util/StringCompare.hxx"