Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mpd
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Иван Мажукин
mpd
Commits
26d92c80
Commit
26d92c80
authored
Sep 05, 2013
by
Max Kellermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
conf.h: remove obsolete header
Use only ConfigData.hxx in plugin sources to reduce header dependencies.
parent
9605e246
Hide whitespace changes
Inline
Side-by-side
Showing
57 changed files
with
80 additions
and
86 deletions
+80
-86
Makefile.am
Makefile.am
+0
-1
AudioConfig.cxx
src/AudioConfig.cxx
+3
-1
ClientGlobal.cxx
src/ClientGlobal.cxx
+1
-3
CommandLine.cxx
src/CommandLine.cxx
+1
-1
ConfigFile.cxx
src/ConfigFile.cxx
+0
-1
ConfigPath.cxx
src/ConfigPath.cxx
+2
-1
DatabaseGlue.cxx
src/DatabaseGlue.cxx
+1
-1
DecoderAPI.hxx
src/DecoderAPI.hxx
+1
-1
DecoderList.cxx
src/DecoderList.cxx
+2
-1
DespotifyUtils.cxx
src/DespotifyUtils.cxx
+2
-1
EncoderAPI.hxx
src/EncoderAPI.hxx
+1
-1
FilterConfig.cxx
src/FilterConfig.cxx
+3
-1
FilterPlugin.cxx
src/FilterPlugin.cxx
+1
-1
InputInit.cxx
src/InputInit.cxx
+3
-1
Listen.cxx
src/Listen.cxx
+3
-1
Log.cxx
src/Log.cxx
+3
-1
Main.cxx
src/Main.cxx
+3
-1
OutputAPI.hxx
src/OutputAPI.hxx
+1
-1
OutputAll.cxx
src/OutputAll.cxx
+3
-1
OutputInit.cxx
src/OutputInit.cxx
+1
-0
Permission.cxx
src/Permission.cxx
+3
-1
PlaylistFile.cxx
src/PlaylistFile.cxx
+2
-1
PlaylistRegistry.cxx
src/PlaylistRegistry.cxx
+2
-1
PlaylistState.cxx
src/PlaylistState.cxx
+2
-1
ReplayGainConfig.cxx
src/ReplayGainConfig.cxx
+2
-1
Tag.cxx
src/Tag.cxx
+2
-1
UpdateWalk.cxx
src/UpdateWalk.cxx
+2
-1
ZeroconfGlue.cxx
src/ZeroconfGlue.cxx
+2
-1
conf.h
src/conf.h
+0
-28
ProxyDatabasePlugin.cxx
src/db/ProxyDatabasePlugin.cxx
+1
-1
SimpleDatabasePlugin.cxx
src/db/SimpleDatabasePlugin.cxx
+1
-1
FluidsynthDecoderPlugin.cxx
src/decoder/FluidsynthDecoderPlugin.cxx
+0
-1
MadDecoderPlugin.cxx
src/decoder/MadDecoderPlugin.cxx
+1
-1
ChainFilterPlugin.cxx
src/filter/ChainFilterPlugin.cxx
+0
-1
ConvertFilterPlugin.cxx
src/filter/ConvertFilterPlugin.cxx
+0
-1
RouteFilterPlugin.cxx
src/filter/RouteFilterPlugin.cxx
+1
-1
VolumeFilterPlugin.cxx
src/filter/VolumeFilterPlugin.cxx
+0
-1
Path.cxx
src/fs/Path.cxx
+1
-1
CurlInputPlugin.cxx
src/input/CurlInputPlugin.cxx
+2
-1
PulseMixerPlugin.cxx
src/mixer/PulseMixerPlugin.cxx
+0
-1
PcmResample.cxx
src/pcm/PcmResample.cxx
+2
-1
PcmResampleLibsamplerate.cxx
src/pcm/PcmResampleLibsamplerate.cxx
+0
-1
LastFMPlaylistPlugin.cxx
src/playlist/LastFMPlaylistPlugin.cxx
+1
-1
SoundCloudPlaylistPlugin.cxx
src/playlist/SoundCloudPlaylistPlugin.cxx
+1
-1
TagId3.cxx
src/tag/TagId3.cxx
+1
-2
DumpDatabase.cxx
test/DumpDatabase.cxx
+2
-1
dump_playlist.cxx
test/dump_playlist.cxx
+1
-1
dump_rva2.cxx
test/dump_rva2.cxx
+1
-1
dump_text_file.cxx
test/dump_text_file.cxx
+1
-1
read_conf.cxx
test/read_conf.cxx
+1
-1
run_convert.cxx
test/run_convert.cxx
+1
-1
run_encoder.cxx
test/run_encoder.cxx
+1
-1
run_filter.cxx
test/run_filter.cxx
+2
-1
run_input.cxx
test/run_input.cxx
+1
-1
run_output.cxx
test/run_output.cxx
+3
-1
test_vorbis_encoder.cxx
test/test_vorbis_encoder.cxx
+1
-1
visit_archive.cxx
test/visit_archive.cxx
+1
-1
No files found.
Makefile.am
View file @
26d92c80
...
...
@@ -53,7 +53,6 @@ src_mpd_LDADD = \
mpd_headers
=
\
src/check.h
\
src/command.h
\
src/conf.h
\
src/gerror.h
\
src/glib_compat.h
\
src/gcc.h
\
...
...
src/AudioConfig.cxx
View file @
26d92c80
...
...
@@ -21,7 +21,9 @@
#include "AudioConfig.hxx"
#include "AudioFormat.hxx"
#include "AudioParser.hxx"
#include "conf.h"
#include "ConfigData.hxx"
#include "ConfigGlobal.hxx"
#include "ConfigOption.hxx"
#include "mpd_error.h"
#include "util/Error.hxx"
...
...
src/ClientGlobal.cxx
View file @
26d92c80
...
...
@@ -20,9 +20,7 @@
#include "config.h"
#include "ClientInternal.hxx"
#include "ClientList.hxx"
#include "conf.h"
#include <assert.h>
#include "ConfigGlobal.hxx"
#define CLIENT_TIMEOUT_DEFAULT (60)
#define CLIENT_MAX_COMMAND_LIST_DEFAULT (2048*1024)
...
...
src/CommandLine.cxx
View file @
26d92c80
...
...
@@ -21,7 +21,7 @@
#include "CommandLine.hxx"
#include "ls.hxx"
#include "Log.hxx"
#include "
conf.h
"
#include "
ConfigGlobal.hxx
"
#include "DecoderList.hxx"
#include "DecoderPlugin.hxx"
#include "OutputList.hxx"
...
...
src/ConfigFile.cxx
View file @
26d92c80
...
...
@@ -22,7 +22,6 @@
#include "ConfigError.hxx"
#include "ConfigData.hxx"
#include "ConfigTemplates.hxx"
#include "conf.h"
#include "util/Tokenizer.hxx"
#include "util/StringUtil.hxx"
#include "util/Error.hxx"
...
...
src/ConfigPath.cxx
View file @
26d92c80
...
...
@@ -22,7 +22,8 @@
#include "fs/Path.hxx"
#include "util/Error.hxx"
#include "util/Domain.hxx"
#include "conf.h"
#include "ConfigGlobal.hxx"
#include "ConfigOption.hxx"
#include <glib.h>
...
...
src/DatabaseGlue.cxx
View file @
26d92c80
...
...
@@ -25,7 +25,7 @@
#include "DatabaseError.hxx"
#include "Directory.hxx"
#include "util/Error.hxx"
#include "
conf.h
"
#include "
ConfigData.hxx
"
extern
"C"
{
#include "stats.h"
...
...
src/DecoderAPI.hxx
View file @
26d92c80
...
...
@@ -33,7 +33,7 @@
#include "replay_gain_info.h"
#include "Tag.hxx"
#include "AudioFormat.hxx"
#include "
conf.h
"
#include "
ConfigData.hxx
"
/**
* Notify the player thread that it has finished initialization and
...
...
src/DecoderList.cxx
View file @
26d92c80
...
...
@@ -20,7 +20,8 @@
#include "config.h"
#include "DecoderList.hxx"
#include "DecoderPlugin.hxx"
#include "conf.h"
#include "ConfigGlobal.hxx"
#include "ConfigData.hxx"
#include "mpd_error.h"
#include "decoder/AudiofileDecoderPlugin.hxx"
#include "decoder/PcmDecoderPlugin.hxx"
...
...
src/DespotifyUtils.cxx
View file @
26d92c80
...
...
@@ -19,7 +19,8 @@
#include "DespotifyUtils.hxx"
#include "Tag.hxx"
#include "conf.h"
#include "ConfigGlobal.hxx"
#include "ConfigOption.hxx"
#include <glib.h>
...
...
src/EncoderAPI.hxx
View file @
26d92c80
...
...
@@ -28,6 +28,6 @@
#include "EncoderPlugin.hxx"
#include "AudioFormat.hxx"
#include "Tag.hxx"
#include "
conf.h
"
#include "
ConfigData.hxx
"
#endif
src/FilterConfig.cxx
View file @
26d92c80
...
...
@@ -19,11 +19,13 @@
#include "config.h"
#include "FilterConfig.hxx"
#include "conf.h"
#include "filter/ChainFilterPlugin.hxx"
#include "FilterPlugin.hxx"
#include "FilterInternal.hxx"
#include "FilterRegistry.hxx"
#include "ConfigData.hxx"
#include "ConfigOption.hxx"
#include "ConfigGlobal.hxx"
#include "ConfigError.hxx"
#include "util/Error.hxx"
...
...
src/FilterPlugin.cxx
View file @
26d92c80
...
...
@@ -21,7 +21,7 @@
#include "FilterPlugin.hxx"
#include "FilterInternal.hxx"
#include "FilterRegistry.hxx"
#include "
conf.h
"
#include "
ConfigData.hxx
"
#include "ConfigError.hxx"
#include "util/Error.hxx"
...
...
src/InputInit.cxx
View file @
26d92c80
...
...
@@ -23,7 +23,9 @@
#include "InputPlugin.hxx"
#include "util/Error.hxx"
#include "util/Domain.hxx"
#include "conf.h"
#include "ConfigGlobal.hxx"
#include "ConfigOption.hxx"
#include "ConfigData.hxx"
#include <assert.h>
#include <string.h>
...
...
src/Listen.cxx
View file @
26d92c80
...
...
@@ -22,7 +22,9 @@
#include "Main.hxx"
#include "Instance.hxx"
#include "Client.hxx"
#include "conf.h"
#include "ConfigData.hxx"
#include "ConfigGlobal.hxx"
#include "ConfigOption.hxx"
#include "event/ServerSocket.hxx"
#include "util/Error.hxx"
...
...
src/Log.cxx
View file @
26d92c80
...
...
@@ -19,7 +19,9 @@
#include "config.h"
#include "Log.hxx"
#include "conf.h"
#include "ConfigData.hxx"
#include "ConfigGlobal.hxx"
#include "ConfigOption.hxx"
#include "system/fd_util.h"
#include "system/FatalError.hxx"
#include "fs/Path.hxx"
...
...
src/Main.cxx
View file @
26d92c80
...
...
@@ -39,7 +39,6 @@
#include "Volume.hxx"
#include "OutputAll.hxx"
#include "Tag.hxx"
#include "conf.h"
#include "replay_gain_config.h"
#include "Idle.hxx"
#include "SignalHandlers.hxx"
...
...
@@ -57,7 +56,10 @@
#include "Daemon.hxx"
#include "system/FatalError.hxx"
#include "util/Error.hxx"
#include "ConfigGlobal.hxx"
#include "ConfigData.hxx"
#include "ConfigDefaults.hxx"
#include "ConfigOption.hxx"
extern
"C"
{
#include "stats.h"
...
...
src/OutputAPI.hxx
View file @
26d92c80
...
...
@@ -24,6 +24,6 @@
#include "OutputInternal.hxx"
#include "AudioFormat.hxx"
#include "Tag.hxx"
#include "
conf.h
"
#include "
ConfigData.hxx
"
#endif
src/OutputAll.cxx
View file @
26d92c80
...
...
@@ -28,7 +28,9 @@
#include "MusicChunk.hxx"
#include "system/FatalError.hxx"
#include "util/Error.hxx"
#include "conf.h"
#include "ConfigData.hxx"
#include "ConfigGlobal.hxx"
#include "ConfigOption.hxx"
#include "notify.hxx"
#include <assert.h>
...
...
src/OutputInit.cxx
View file @
26d92c80
...
...
@@ -35,6 +35,7 @@
#include "filter/ReplayGainFilterPlugin.hxx"
#include "filter/ChainFilterPlugin.hxx"
#include "ConfigError.hxx"
#include "ConfigGlobal.hxx"
#include "util/Error.hxx"
#include <glib.h>
...
...
src/Permission.cxx
View file @
26d92c80
...
...
@@ -19,8 +19,10 @@
#include "config.h"
#include "Permission.hxx"
#include "ConfigData.hxx"
#include "ConfigGlobal.hxx"
#include "ConfigOption.hxx"
#include "mpd_error.h"
#include "conf.h"
#include <map>
#include <string>
...
...
src/PlaylistFile.cxx
View file @
26d92c80
...
...
@@ -27,7 +27,8 @@
#include "Song.hxx"
#include "Mapper.hxx"
#include "TextFile.hxx"
#include "conf.h"
#include "ConfigGlobal.hxx"
#include "ConfigOption.hxx"
#include "ConfigDefaults.hxx"
#include "Idle.hxx"
#include "fs/Path.hxx"
...
...
src/PlaylistRegistry.cxx
View file @
26d92c80
...
...
@@ -35,7 +35,8 @@
#include "util/UriUtil.hxx"
#include "util/StringUtil.hxx"
#include "util/Error.hxx"
#include "conf.h"
#include "ConfigGlobal.hxx"
#include "ConfigData.hxx"
#include "mpd_error.h"
#include <assert.h>
...
...
src/PlaylistState.cxx
View file @
26d92c80
...
...
@@ -28,7 +28,8 @@
#include "QueueSave.hxx"
#include "TextFile.hxx"
#include "PlayerControl.hxx"
#include "conf.h"
#include "ConfigGlobal.hxx"
#include "ConfigOption.hxx"
#include <string.h>
#include <stdlib.h>
...
...
src/ReplayGainConfig.cxx
View file @
26d92c80
...
...
@@ -20,7 +20,8 @@
#include "config.h"
#include "replay_gain_config.h"
#include "Idle.hxx"
#include "conf.h"
#include "ConfigData.hxx"
#include "ConfigGlobal.hxx"
#include "Playlist.hxx"
#include "mpd_error.h"
...
...
src/Tag.cxx
View file @
26d92c80
...
...
@@ -21,7 +21,8 @@
#include "Tag.hxx"
#include "TagInternal.hxx"
#include "TagPool.hxx"
#include "conf.h"
#include "ConfigGlobal.hxx"
#include "ConfigOption.hxx"
#include "Song.hxx"
#include "mpd_error.h"
...
...
src/UpdateWalk.cxx
View file @
26d92c80
...
...
@@ -31,7 +31,8 @@
#include "PlaylistRegistry.hxx"
#include "Mapper.hxx"
#include "ExcludeList.hxx"
#include "conf.h"
#include "ConfigGlobal.hxx"
#include "ConfigOption.hxx"
#include "fs/Path.hxx"
#include "fs/FileSystem.hxx"
#include "fs/DirectoryReader.hxx"
...
...
src/ZeroconfGlue.cxx
View file @
26d92c80
...
...
@@ -21,7 +21,8 @@
#include "ZeroconfGlue.hxx"
#include "ZeroconfAvahi.hxx"
#include "ZeroconfBonjour.hxx"
#include "conf.h"
#include "ConfigGlobal.hxx"
#include "ConfigOption.hxx"
#include "Listen.hxx"
#include "gcc.h"
...
...
src/conf.h
deleted
100644 → 0
View file @
9605e246
/*
* Copyright (C) 2003-2011 The Music Player Daemon Project
* http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License along
* with this program; if not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#ifndef MPD_CONF_H
#define MPD_CONF_H
#include "ConfigGlobal.hxx"
#include "ConfigOption.hxx"
#include "ConfigData.hxx"
#include "gcc.h"
#endif
src/db/ProxyDatabasePlugin.cxx
View file @
26d92c80
...
...
@@ -26,7 +26,7 @@
#include "Directory.hxx"
#include "Song.hxx"
#include "gcc.h"
#include "
conf.h
"
#include "
ConfigData.hxx
"
#include "Tag.hxx"
#include "util/Error.hxx"
#include "util/Domain.hxx"
...
...
src/db/SimpleDatabasePlugin.cxx
View file @
26d92c80
...
...
@@ -27,7 +27,7 @@
#include "DatabaseLock.hxx"
#include "DatabaseError.hxx"
#include "TextFile.hxx"
#include "
conf.h
"
#include "
ConfigData.hxx
"
#include "fs/FileSystem.hxx"
#include "util/Error.hxx"
#include "util/Domain.hxx"
...
...
src/decoder/FluidsynthDecoderPlugin.cxx
View file @
26d92c80
...
...
@@ -22,7 +22,6 @@
#include "DecoderAPI.hxx"
#include "CheckAudioFormat.hxx"
#include "util/Error.hxx"
#include "conf.h"
#include <glib.h>
...
...
src/decoder/MadDecoderPlugin.cxx
View file @
26d92c80
...
...
@@ -21,7 +21,7 @@
#include "MadDecoderPlugin.hxx"
#include "DecoderAPI.hxx"
#include "InputStream.hxx"
#include "
conf.h
"
#include "
ConfigGlobal.hxx
"
#include "tag/TagId3.hxx"
#include "tag/TagRva2.hxx"
#include "TagHandler.hxx"
...
...
src/filter/ChainFilterPlugin.cxx
View file @
26d92c80
...
...
@@ -19,7 +19,6 @@
#include "config.h"
#include "ChainFilterPlugin.hxx"
#include "conf.h"
#include "FilterPlugin.hxx"
#include "FilterInternal.hxx"
#include "FilterRegistry.hxx"
...
...
src/filter/ConvertFilterPlugin.cxx
View file @
26d92c80
...
...
@@ -22,7 +22,6 @@
#include "FilterPlugin.hxx"
#include "FilterInternal.hxx"
#include "FilterRegistry.hxx"
#include "conf.h"
#include "pcm/PcmConvert.hxx"
#include "util/Manual.hxx"
#include "AudioFormat.hxx"
...
...
src/filter/RouteFilterPlugin.cxx
View file @
26d92c80
...
...
@@ -40,8 +40,8 @@
*/
#include "config.h"
#include "conf.h"
#include "ConfigError.hxx"
#include "ConfigData.hxx"
#include "AudioFormat.hxx"
#include "CheckAudioFormat.hxx"
#include "FilterPlugin.hxx"
...
...
src/filter/VolumeFilterPlugin.cxx
View file @
26d92c80
...
...
@@ -22,7 +22,6 @@
#include "FilterPlugin.hxx"
#include "FilterInternal.hxx"
#include "FilterRegistry.hxx"
#include "conf.h"
#include "pcm/PcmVolume.hxx"
#include "pcm/PcmBuffer.hxx"
#include "AudioFormat.hxx"
...
...
src/fs/Path.cxx
View file @
26d92c80
...
...
@@ -19,7 +19,7 @@
#include "config.h"
#include "fs/Path.hxx"
#include "
conf.h
"
#include "
ConfigGlobal.hxx
"
#include "mpd_error.h"
#include "gcc.h"
...
...
src/input/CurlInputPlugin.cxx
View file @
26d92c80
...
...
@@ -22,7 +22,8 @@
#include "InputInternal.hxx"
#include "InputStream.hxx"
#include "InputPlugin.hxx"
#include "conf.h"
#include "ConfigGlobal.hxx"
#include "ConfigData.hxx"
#include "Tag.hxx"
#include "IcyMetaDataParser.hxx"
#include "event/MultiSocketMonitor.hxx"
...
...
src/mixer/PulseMixerPlugin.cxx
View file @
26d92c80
...
...
@@ -21,7 +21,6 @@
#include "PulseMixerPlugin.hxx"
#include "MixerInternal.hxx"
#include "output/PulseOutputPlugin.hxx"
#include "conf.h"
#include "GlobalEvents.hxx"
#include "util/Error.hxx"
#include "util/Domain.hxx"
...
...
src/pcm/PcmResample.cxx
View file @
26d92c80
...
...
@@ -21,7 +21,8 @@
#include "PcmResampleInternal.hxx"
#ifdef HAVE_LIBSAMPLERATE
#include "conf.h"
#include "ConfigGlobal.hxx"
#include "ConfigOption.hxx"
#endif
#include <string.h>
...
...
src/pcm/PcmResampleLibsamplerate.cxx
View file @
26d92c80
...
...
@@ -19,7 +19,6 @@
#include "config.h"
#include "PcmResampleInternal.hxx"
#include "conf.h"
#include "util/Error.hxx"
#include "util/Domain.hxx"
...
...
src/playlist/LastFMPlaylistPlugin.cxx
View file @
26d92c80
...
...
@@ -21,7 +21,7 @@
#include "LastFMPlaylistPlugin.hxx"
#include "PlaylistPlugin.hxx"
#include "PlaylistRegistry.hxx"
#include "
conf.h
"
#include "
ConfigData.hxx
"
#include "Song.hxx"
#include "InputStream.hxx"
#include "util/Error.hxx"
...
...
src/playlist/SoundCloudPlaylistPlugin.cxx
View file @
26d92c80
...
...
@@ -20,7 +20,7 @@
#include "config.h"
#include "SoundCloudPlaylistPlugin.hxx"
#include "MemoryPlaylistProvider.hxx"
#include "
conf.h
"
#include "
ConfigData.hxx
"
#include "InputStream.hxx"
#include "Song.hxx"
#include "Tag.hxx"
...
...
src/tag/TagId3.cxx
View file @
26d92c80
...
...
@@ -23,14 +23,13 @@
#include "TagTable.hxx"
#include "Tag.hxx"
#include "util/Error.hxx"
#include "ConfigGlobal.hxx"
extern
"C"
{
#include "riff.h"
#include "aiff.h"
}
#include "conf.h"
#include <glib.h>
#include <id3tag.h>
...
...
test/DumpDatabase.cxx
View file @
26d92c80
...
...
@@ -24,7 +24,8 @@
#include "Directory.hxx"
#include "Song.hxx"
#include "PlaylistVector.hxx"
#include "conf.h"
#include "ConfigGlobal.hxx"
#include "ConfigData.hxx"
#include "Tag.hxx"
#include "fs/Path.hxx"
#include "util/Error.hxx"
...
...
test/dump_playlist.cxx
View file @
26d92c80
...
...
@@ -22,7 +22,7 @@
#include "Song.hxx"
#include "Directory.hxx"
#include "InputStream.hxx"
#include "
conf.h
"
#include "
ConfigGlobal.hxx
"
#include "DecoderAPI.hxx"
#include "DecoderList.hxx"
#include "InputInit.hxx"
...
...
test/dump_rva2.cxx
View file @
26d92c80
...
...
@@ -21,7 +21,7 @@
#include "tag/TagId3.hxx"
#include "tag/TagRva2.hxx"
#include "replay_gain_info.h"
#include "
conf.h
"
#include "
ConfigGlobal.hxx
"
#include "Tag.hxx"
#include "util/Error.hxx"
...
...
test/dump_text_file.cxx
View file @
26d92c80
...
...
@@ -21,7 +21,7 @@
#include "IOThread.hxx"
#include "InputInit.hxx"
#include "InputStream.hxx"
#include "
conf.h
"
#include "
ConfigGlobal.hxx
"
#include "stdbin.h"
#include "TextInputStream.hxx"
#include "util/Error.hxx"
...
...
test/read_conf.cxx
View file @
26d92c80
...
...
@@ -18,7 +18,7 @@
*/
#include "config.h"
#include "
conf.h
"
#include "
ConfigGlobal.hxx
"
#include "fs/Path.hxx"
#include "util/Error.hxx"
...
...
test/run_convert.cxx
View file @
26d92c80
...
...
@@ -27,7 +27,7 @@
#include "AudioParser.hxx"
#include "AudioFormat.hxx"
#include "pcm/PcmConvert.hxx"
#include "
conf.h
"
#include "
ConfigGlobal.hxx
"
#include "util/fifo_buffer.h"
#include "util/Error.hxx"
#include "stdbin.h"
...
...
test/run_encoder.cxx
View file @
26d92c80
...
...
@@ -22,7 +22,7 @@
#include "EncoderPlugin.hxx"
#include "AudioFormat.hxx"
#include "AudioParser.hxx"
#include "
conf.h
"
#include "
ConfigData.hxx
"
#include "util/Error.hxx"
#include "stdbin.h"
...
...
test/run_filter.cxx
View file @
26d92c80
...
...
@@ -18,7 +18,8 @@
*/
#include "config.h"
#include "conf.h"
#include "ConfigData.hxx"
#include "ConfigGlobal.hxx"
#include "fs/Path.hxx"
#include "AudioParser.hxx"
#include "AudioFormat.hxx"
...
...
test/run_input.cxx
View file @
26d92c80
...
...
@@ -21,7 +21,7 @@
#include "TagSave.hxx"
#include "stdbin.h"
#include "Tag.hxx"
#include "
conf.h
"
#include "
ConfigGlobal.hxx
"
#include "InputStream.hxx"
#include "InputInit.hxx"
#include "IOThread.hxx"
...
...
test/run_output.cxx
View file @
26d92c80
...
...
@@ -21,7 +21,9 @@
#include "OutputControl.hxx"
#include "OutputInternal.hxx"
#include "OutputPlugin.hxx"
#include "conf.h"
#include "ConfigData.hxx"
#include "ConfigGlobal.hxx"
#include "ConfigOption.hxx"
#include "Idle.hxx"
#include "Main.hxx"
#include "event/Loop.hxx"
...
...
test/test_vorbis_encoder.cxx
View file @
26d92c80
...
...
@@ -21,7 +21,7 @@
#include "EncoderList.hxx"
#include "EncoderPlugin.hxx"
#include "AudioFormat.hxx"
#include "
conf.h
"
#include "
ConfigData.hxx
"
#include "stdbin.h"
#include "Tag.hxx"
#include "util/Error.hxx"
...
...
test/visit_archive.cxx
View file @
26d92c80
...
...
@@ -20,7 +20,7 @@
#include "config.h"
#include "stdbin.h"
#include "Tag.hxx"
#include "
conf.h
"
#include "
ConfigGlobal.hxx
"
#include "IOThread.hxx"
#include "InputInit.hxx"
#include "ArchiveList.hxx"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment