fs/output, fs/TextFile: move to fs/io/

This commit is contained in:
Max Kellermann
2014-08-07 18:35:57 +02:00
parent 5ac2a69940
commit aafff8fd5c
27 changed files with 35 additions and 35 deletions

View File

@@ -41,7 +41,7 @@
#ifdef USE_XDG
#include "util/StringUtil.hxx"
#include "TextFile.hxx"
#include "io/TextFile.hxx"
#include <string.h>
#include <utility>
#endif