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

@@ -29,8 +29,8 @@
#include "playlist/PlaylistRegistry.hxx"
#include "playlist/PlaylistPlugin.hxx"
#include "fs/Path.hxx"
#include "fs/output/BufferedOutputStream.hxx"
#include "fs/output/StdioOutputStream.hxx"
#include "fs/io/BufferedOutputStream.hxx"
#include "fs/io/StdioOutputStream.hxx"
#include "util/Error.hxx"
#include "thread/Cond.hxx"
#include "Log.hxx"

View File

@@ -18,8 +18,8 @@
*/
#include "config.h"
#include "fs/output/GzipOutputStream.hxx"
#include "fs/output/StdioOutputStream.hxx"
#include "fs/io/GzipOutputStream.hxx"
#include "fs/io/StdioOutputStream.hxx"
#include "util/Error.hxx"
#include <stdio.h>

View File

@@ -28,8 +28,8 @@
#include "util/Error.hxx"
#include "thread/Cond.hxx"
#include "Log.hxx"
#include "fs/output/BufferedOutputStream.hxx"
#include "fs/output/StdioOutputStream.hxx"
#include "fs/io/BufferedOutputStream.hxx"
#include "fs/io/StdioOutputStream.hxx"
#ifdef ENABLE_ARCHIVE
#include "archive/ArchiveList.hxx"