config/Config*: rename files, drop "Config" prefix

This commit is contained in:
Max Kellermann
2018-07-16 19:50:07 +02:00
parent bf5f12a51f
commit 816603fd9a
65 changed files with 98 additions and 98 deletions
+1 -1
View File
@@ -20,7 +20,7 @@
#include "config.h"
#include "JackOutputPlugin.hxx"
#include "../OutputAPI.hxx"
#include "config/ConfigError.hxx"
#include "config/Domain.hxx"
#include "util/ScopeExit.hxx"
#include "util/ConstBuffer.hxx"
#include "util/IterableSplitString.hxx"
+2 -2
View File
@@ -24,8 +24,8 @@
#include "encoder/ToOutputStream.hxx"
#include "encoder/EncoderInterface.hxx"
#include "encoder/Configured.hxx"
#include "config/ConfigError.hxx"
#include "config/ConfigPath.hxx"
#include "config/Domain.hxx"
#include "config/Path.hxx"
#include "Log.hxx"
#include "fs/AllocatedPath.hxx"
#include "fs/io/FileOutputStream.hxx"