output/Output*: drop "Output" prefix from source file name

This commit is contained in:
Max Kellermann
2017-04-28 21:42:24 +02:00
parent 4abadc890e
commit 2a831fa547
8 changed files with 7 additions and 7 deletions

View File

@@ -19,7 +19,7 @@
#include "config.h"
#include "StateFile.hxx"
#include "output/OutputState.hxx"
#include "output/State.hxx"
#include "queue/PlaylistState.hxx"
#include "fs/io/TextFile.hxx"
#include "fs/io/FileOutputStream.hxx"

View File

@@ -20,7 +20,7 @@
#include "config.h"
#include "OutputCommands.hxx"
#include "Request.hxx"
#include "output/OutputPrint.hxx"
#include "output/Print.hxx"
#include "output/OutputCommand.hxx"
#include "client/Client.hxx"
#include "client/Response.hxx"

View File

@@ -23,7 +23,7 @@
*/
#include "config.h"
#include "OutputPrint.hxx"
#include "Print.hxx"
#include "MultipleOutputs.hxx"
#include "Internal.hxx"
#include "client/Response.hxx"

View File

@@ -23,7 +23,7 @@
*/
#include "config.h"
#include "OutputState.hxx"
#include "State.hxx"
#include "MultipleOutputs.hxx"
#include "Internal.hxx"
#include "Domain.hxx"