diff options
Diffstat (limited to 'src')
41 files changed, 37 insertions, 37 deletions
diff --git a/src/ClientNew.cxx b/src/ClientNew.cxx index 22127c491..c277423ab 100644 --- a/src/ClientNew.cxx +++ b/src/ClientNew.cxx @@ -22,9 +22,9 @@ #include "ClientList.hxx" #include "Partition.hxx" #include "Instance.hxx" -#include "fd_util.h" +#include "system/fd_util.h" extern "C" { -#include "resolver.h" +#include "system/resolver.h" } #include "Permission.hxx" diff --git a/src/Daemon.cxx b/src/Daemon.cxx index 84e32d43a..e0990d146 100644 --- a/src/Daemon.cxx +++ b/src/Daemon.cxx @@ -19,7 +19,7 @@ #include "config.h" #include "Daemon.hxx" -#include "FatalError.hxx" +#include "system/FatalError.hxx" #include <glib.h> diff --git a/src/Daemon.hxx b/src/Daemon.hxx index cd4cc965e..6c27ebc3e 100644 --- a/src/Daemon.hxx +++ b/src/Daemon.hxx @@ -46,7 +46,7 @@ daemonize_finish(void) void daemonize_kill(void); #else -#include "FatalError.hxx" +#include "system/FatalError.hxx" static inline void daemonize_kill(void) { diff --git a/src/DecoderThread.cxx b/src/DecoderThread.cxx index 61c1fdd8a..8c196cdae 100644 --- a/src/DecoderThread.cxx +++ b/src/DecoderThread.cxx @@ -24,7 +24,7 @@ #include "DecoderError.hxx" #include "DecoderPlugin.hxx" #include "Song.hxx" -#include "FatalError.hxx" +#include "system/FatalError.hxx" #include "Mapper.hxx" #include "fs/Path.hxx" #include "DecoderAPI.hxx" diff --git a/src/InotifySource.cxx b/src/InotifySource.cxx index ff161b6c6..9a2d4d46d 100644 --- a/src/InotifySource.cxx +++ b/src/InotifySource.cxx @@ -20,8 +20,8 @@ #include "config.h" #include "InotifySource.hxx" #include "util/fifo_buffer.h" -#include "fd_util.h" -#include "FatalError.hxx" +#include "system/fd_util.h" +#include "system/FatalError.hxx" #include <glib.h> diff --git a/src/Log.cxx b/src/Log.cxx index 37bff9c78..52b8be3ba 100644 --- a/src/Log.cxx +++ b/src/Log.cxx @@ -20,8 +20,8 @@ #include "config.h" #include "Log.hxx" #include "conf.h" -#include "fd_util.h" -#include "FatalError.hxx" +#include "system/fd_util.h" +#include "system/FatalError.hxx" #include "mpd_error.h" #include <assert.h> diff --git a/src/Main.cxx b/src/Main.cxx index 4efe59325..cbf501267 100644 --- a/src/Main.cxx +++ b/src/Main.cxx @@ -55,7 +55,7 @@ #include "AudioConfig.hxx" #include "pcm/PcmResample.hxx" #include "Daemon.hxx" -#include "FatalError.hxx" +#include "system/FatalError.hxx" extern "C" { #include "stats.h" diff --git a/src/MusicBuffer.cxx b/src/MusicBuffer.cxx index 049fb81d9..eb42a0311 100644 --- a/src/MusicBuffer.cxx +++ b/src/MusicBuffer.cxx @@ -22,7 +22,7 @@ #include "MusicChunk.hxx" #include "thread/Mutex.hxx" #include "util/SliceBuffer.hxx" -#include "FatalError.hxx" +#include "system/FatalError.hxx" #include <assert.h> diff --git a/src/OutputAll.cxx b/src/OutputAll.cxx index c58f54597..575eb0c70 100644 --- a/src/OutputAll.cxx +++ b/src/OutputAll.cxx @@ -26,7 +26,7 @@ #include "MusicBuffer.hxx" #include "MusicPipe.hxx" #include "MusicChunk.hxx" -#include "FatalError.hxx" +#include "system/FatalError.hxx" #include "conf.h" #include "notify.hxx" diff --git a/src/OutputThread.cxx b/src/OutputThread.cxx index 081b89f35..68c5c2c7b 100644 --- a/src/OutputThread.cxx +++ b/src/OutputThread.cxx @@ -29,7 +29,7 @@ #include "PlayerControl.hxx" #include "MusicPipe.hxx" #include "MusicChunk.hxx" -#include "FatalError.hxx" +#include "system/FatalError.hxx" #include "gcc.h" #include <glib.h> diff --git a/src/PlayerThread.cxx b/src/PlayerThread.cxx index 948ad9b90..87b173245 100644 --- a/src/PlayerThread.cxx +++ b/src/PlayerThread.cxx @@ -26,7 +26,7 @@ #include "MusicChunk.hxx" #include "Song.hxx" #include "Main.hxx" -#include "FatalError.hxx" +#include "system/FatalError.hxx" #include "CrossFade.hxx" #include "PlayerControl.hxx" #include "OutputAll.hxx" diff --git a/src/SignalHandlers.cxx b/src/SignalHandlers.cxx index 36408dc78..ef6be448b 100644 --- a/src/SignalHandlers.cxx +++ b/src/SignalHandlers.cxx @@ -26,7 +26,7 @@ #include "Main.hxx" #include "event/Loop.hxx" #include "GlobalEvents.hxx" -#include "FatalError.hxx" +#include "system/FatalError.hxx" #include <glib.h> diff --git a/src/Timer.cxx b/src/Timer.cxx index 18ccffbcb..75fba03aa 100644 --- a/src/Timer.cxx +++ b/src/Timer.cxx @@ -20,7 +20,7 @@ #include "config.h" #include "Timer.hxx" #include "AudioFormat.hxx" -#include "clock.h" +#include "system/clock.h" #include <glib.h> diff --git a/src/UpdateGlue.cxx b/src/UpdateGlue.cxx index 08ba9783f..da8f92739 100644 --- a/src/UpdateGlue.cxx +++ b/src/UpdateGlue.cxx @@ -33,7 +33,7 @@ extern "C" { #include "Main.hxx" #include "Instance.hxx" -#include "FatalError.hxx" +#include "system/FatalError.hxx" #include <glib.h> diff --git a/src/event/BufferedSocket.cxx b/src/event/BufferedSocket.cxx index 05e703441..ac3d2cf0e 100644 --- a/src/event/BufferedSocket.cxx +++ b/src/event/BufferedSocket.cxx @@ -19,7 +19,7 @@ #include "config.h" #include "BufferedSocket.hxx" -#include "SocketError.hxx" +#include "system/SocketError.hxx" #include "util/fifo_buffer.h" #include <assert.h> diff --git a/src/event/EventFD.cxx b/src/event/EventFD.cxx index f103c44b8..dba80d9be 100644 --- a/src/event/EventFD.cxx +++ b/src/event/EventFD.cxx @@ -20,7 +20,7 @@ #include "config.h" #ifdef USE_EVENTFD #include "EventFD.hxx" -#include "fd_util.h" +#include "system/fd_util.h" #include "gcc.h" #include <unistd.h> diff --git a/src/event/EventPipe.cxx b/src/event/EventPipe.cxx index 0a37abe03..3b52118e4 100644 --- a/src/event/EventPipe.cxx +++ b/src/event/EventPipe.cxx @@ -19,7 +19,7 @@ #include "config.h" #include "EventPipe.hxx" -#include "fd_util.h" +#include "system/fd_util.h" #include "gcc.h" #include <unistd.h> diff --git a/src/event/FullyBufferedSocket.cxx b/src/event/FullyBufferedSocket.cxx index a92cb68aa..f8b149500 100644 --- a/src/event/FullyBufferedSocket.cxx +++ b/src/event/FullyBufferedSocket.cxx @@ -19,7 +19,7 @@ #include "config.h" #include "FullyBufferedSocket.hxx" -#include "SocketError.hxx" +#include "system/SocketError.hxx" #include "util/fifo_buffer.h" #include <assert.h> diff --git a/src/event/MultiSocketMonitor.cxx b/src/event/MultiSocketMonitor.cxx index 6f20b907c..d8a9ffd6a 100644 --- a/src/event/MultiSocketMonitor.cxx +++ b/src/event/MultiSocketMonitor.cxx @@ -20,7 +20,7 @@ #include "config.h" #include "MultiSocketMonitor.hxx" #include "Loop.hxx" -#include "fd_util.h" +#include "system/fd_util.h" #include "gcc.h" #include <assert.h> diff --git a/src/event/ServerSocket.cxx b/src/event/ServerSocket.cxx index 119bfe1d7..a137e2d9a 100644 --- a/src/event/ServerSocket.cxx +++ b/src/event/ServerSocket.cxx @@ -24,11 +24,11 @@ #endif #include "ServerSocket.hxx" -#include "SocketUtil.hxx" -#include "SocketError.hxx" +#include "system/SocketUtil.hxx" +#include "system/SocketError.hxx" #include "event/SocketMonitor.hxx" -#include "resolver.h" -#include "fd_util.h" +#include "system/resolver.h" +#include "system/fd_util.h" #include <sys/types.h> #include <sys/stat.h> diff --git a/src/event/SocketMonitor.cxx b/src/event/SocketMonitor.cxx index 6efa69647..92aac9a92 100644 --- a/src/event/SocketMonitor.cxx +++ b/src/event/SocketMonitor.cxx @@ -20,7 +20,7 @@ #include "config.h" #include "SocketMonitor.hxx" #include "Loop.hxx" -#include "fd_util.h" +#include "system/fd_util.h" #include "gcc.h" #include <assert.h> diff --git a/src/fs/FileSystem.hxx b/src/fs/FileSystem.hxx index 2e1701c87..4df415e0a 100644 --- a/src/fs/FileSystem.hxx +++ b/src/fs/FileSystem.hxx @@ -21,7 +21,7 @@ #define MPD_FS_FILESYSTEM_HXX #include "check.h" -#include "fd_util.h" +#include "system/fd_util.h" #include "Path.hxx" diff --git a/src/input/FileInputPlugin.cxx b/src/input/FileInputPlugin.cxx index 2eecf32b6..6fd743179 100644 --- a/src/input/FileInputPlugin.cxx +++ b/src/input/FileInputPlugin.cxx @@ -22,7 +22,7 @@ #include "InputInternal.hxx" #include "InputStream.hxx" #include "InputPlugin.hxx" -#include "fd_util.h" +#include "system/fd_util.h" #include "open.h" #include "io_error.h" diff --git a/src/mixer/OssMixerPlugin.cxx b/src/mixer/OssMixerPlugin.cxx index d8af6dff0..231f38432 100644 --- a/src/mixer/OssMixerPlugin.cxx +++ b/src/mixer/OssMixerPlugin.cxx @@ -20,7 +20,7 @@ #include "config.h" #include "MixerInternal.hxx" #include "OutputAPI.hxx" -#include "fd_util.h" +#include "system/fd_util.h" #include <glib.h> diff --git a/src/output/FifoOutputPlugin.cxx b/src/output/FifoOutputPlugin.cxx index a3c76aa4d..4d1b56e69 100644 --- a/src/output/FifoOutputPlugin.cxx +++ b/src/output/FifoOutputPlugin.cxx @@ -21,7 +21,7 @@ #include "FifoOutputPlugin.hxx" #include "OutputAPI.hxx" #include "Timer.hxx" -#include "fd_util.h" +#include "system/fd_util.h" #include "open.h" #include <glib.h> diff --git a/src/output/HttpdClient.cxx b/src/output/HttpdClient.cxx index 0a00ee2f9..c097e48f1 100644 --- a/src/output/HttpdClient.cxx +++ b/src/output/HttpdClient.cxx @@ -23,7 +23,7 @@ #include "util/fifo_buffer.h" #include "Page.hxx" #include "IcyMetaDataServer.hxx" -#include "SocketError.hxx" +#include "system/SocketError.hxx" #include <assert.h> #include <string.h> diff --git a/src/output/HttpdOutputPlugin.cxx b/src/output/HttpdOutputPlugin.cxx index 4169aabfa..fbf25ca00 100644 --- a/src/output/HttpdOutputPlugin.cxx +++ b/src/output/HttpdOutputPlugin.cxx @@ -24,10 +24,10 @@ #include "OutputAPI.hxx" #include "EncoderPlugin.hxx" #include "EncoderList.hxx" -#include "resolver.h" +#include "system/resolver.h" #include "Page.hxx" #include "IcyMetaDataServer.hxx" -#include "fd_util.h" +#include "system/fd_util.h" #include "Main.hxx" #include <assert.h> diff --git a/src/output/OssOutputPlugin.cxx b/src/output/OssOutputPlugin.cxx index 6362a374f..b31db6c43 100644 --- a/src/output/OssOutputPlugin.cxx +++ b/src/output/OssOutputPlugin.cxx @@ -21,7 +21,7 @@ #include "OssOutputPlugin.hxx" #include "OutputAPI.hxx" #include "MixerList.hxx" -#include "fd_util.h" +#include "system/fd_util.h" #include <glib.h> diff --git a/src/output/RecorderOutputPlugin.cxx b/src/output/RecorderOutputPlugin.cxx index afae17e84..9374e4c20 100644 --- a/src/output/RecorderOutputPlugin.cxx +++ b/src/output/RecorderOutputPlugin.cxx @@ -22,7 +22,7 @@ #include "OutputAPI.hxx" #include "EncoderPlugin.hxx" #include "EncoderList.hxx" -#include "fd_util.h" +#include "system/fd_util.h" #include "open.h" #include <assert.h> diff --git a/src/output/SolarisOutputPlugin.cxx b/src/output/SolarisOutputPlugin.cxx index 074eae728..aa2f853e6 100644 --- a/src/output/SolarisOutputPlugin.cxx +++ b/src/output/SolarisOutputPlugin.cxx @@ -20,7 +20,7 @@ #include "config.h" #include "SolarisOutputPlugin.hxx" #include "OutputAPI.hxx" -#include "fd_util.h" +#include "system/fd_util.h" #include <glib.h> diff --git a/src/FatalError.cxx b/src/system/FatalError.cxx index 30ddc50ea..30ddc50ea 100644 --- a/src/FatalError.cxx +++ b/src/system/FatalError.cxx diff --git a/src/FatalError.hxx b/src/system/FatalError.hxx index 3918e5fc1..3918e5fc1 100644 --- a/src/FatalError.hxx +++ b/src/system/FatalError.hxx diff --git a/src/SocketError.hxx b/src/system/SocketError.hxx index 53a0c1d8f..53a0c1d8f 100644 --- a/src/SocketError.hxx +++ b/src/system/SocketError.hxx diff --git a/src/SocketUtil.cxx b/src/system/SocketUtil.cxx index dd7eb7dd2..dd7eb7dd2 100644 --- a/src/SocketUtil.cxx +++ b/src/system/SocketUtil.cxx diff --git a/src/SocketUtil.hxx b/src/system/SocketUtil.hxx index 3d0be78c4..3d0be78c4 100644 --- a/src/SocketUtil.hxx +++ b/src/system/SocketUtil.hxx diff --git a/src/clock.c b/src/system/clock.c index d987aed48..d987aed48 100644 --- a/src/clock.c +++ b/src/system/clock.c diff --git a/src/clock.h b/src/system/clock.h index c98b9a652..c98b9a652 100644 --- a/src/clock.h +++ b/src/system/clock.h diff --git a/src/fd_util.c b/src/system/fd_util.c index 17976a5ee..17976a5ee 100644 --- a/src/fd_util.c +++ b/src/system/fd_util.c diff --git a/src/fd_util.h b/src/system/fd_util.h index 9003b1616..9003b1616 100644 --- a/src/fd_util.h +++ b/src/system/fd_util.h diff --git a/src/resolver.c b/src/system/resolver.c index 243b7cd02..243b7cd02 100644 --- a/src/resolver.c +++ b/src/system/resolver.c diff --git a/src/resolver.h b/src/system/resolver.h index af14f5f23..af14f5f23 100644 --- a/src/resolver.h +++ b/src/system/resolver.h |