aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/client/ClientNew.cxx2
-rw-r--r--src/event/BufferedSocket.cxx2
-rw-r--r--src/event/FullyBufferedSocket.cxx2
-rw-r--r--src/event/ServerSocket.cxx6
-rw-r--r--src/net/Resolver.cxx (renamed from src/system/Resolver.cxx)0
-rw-r--r--src/net/Resolver.hxx (renamed from src/system/Resolver.hxx)0
-rw-r--r--src/net/SocketError.cxx (renamed from src/system/SocketError.cxx)0
-rw-r--r--src/net/SocketError.hxx (renamed from src/system/SocketError.hxx)0
-rw-r--r--src/net/SocketUtil.cxx (renamed from src/system/SocketUtil.cxx)2
-rw-r--r--src/net/SocketUtil.hxx (renamed from src/system/SocketUtil.hxx)0
-rw-r--r--src/output/plugins/httpd/HttpdClient.cxx2
-rw-r--r--src/output/plugins/httpd/HttpdOutputPlugin.cxx2
12 files changed, 9 insertions, 9 deletions
diff --git a/src/client/ClientNew.cxx b/src/client/ClientNew.cxx
index c820fc584..2b6941fd0 100644
--- a/src/client/ClientNew.cxx
+++ b/src/client/ClientNew.cxx
@@ -23,7 +23,7 @@
#include "Partition.hxx"
#include "Instance.hxx"
#include "system/fd_util.h"
-#include "system/Resolver.hxx"
+#include "net/Resolver.hxx"
#include "Permission.hxx"
#include "util/Error.hxx"
#include "Log.hxx"
diff --git a/src/event/BufferedSocket.cxx b/src/event/BufferedSocket.cxx
index 97df66483..40aea6618 100644
--- a/src/event/BufferedSocket.cxx
+++ b/src/event/BufferedSocket.cxx
@@ -19,7 +19,7 @@
#include "config.h"
#include "BufferedSocket.hxx"
-#include "system/SocketError.hxx"
+#include "net/SocketError.hxx"
#include "util/Error.hxx"
#include "util/Domain.hxx"
#include "Compiler.h"
diff --git a/src/event/FullyBufferedSocket.cxx b/src/event/FullyBufferedSocket.cxx
index 6e52e704c..ba7f7b455 100644
--- a/src/event/FullyBufferedSocket.cxx
+++ b/src/event/FullyBufferedSocket.cxx
@@ -19,7 +19,7 @@
#include "config.h"
#include "FullyBufferedSocket.hxx"
-#include "system/SocketError.hxx"
+#include "net/SocketError.hxx"
#include "util/Error.hxx"
#include "util/Domain.hxx"
#include "Compiler.h"
diff --git a/src/event/ServerSocket.cxx b/src/event/ServerSocket.cxx
index 67d2368ee..daf8517fc 100644
--- a/src/event/ServerSocket.cxx
+++ b/src/event/ServerSocket.cxx
@@ -19,10 +19,10 @@
#include "config.h"
#include "ServerSocket.hxx"
-#include "system/SocketUtil.hxx"
-#include "system/SocketError.hxx"
+#include "net/SocketUtil.hxx"
+#include "net/SocketError.hxx"
+#include "net/Resolver.hxx"
#include "event/SocketMonitor.hxx"
-#include "system/Resolver.hxx"
#include "system/fd_util.h"
#include "fs/AllocatedPath.hxx"
#include "fs/FileSystem.hxx"
diff --git a/src/system/Resolver.cxx b/src/net/Resolver.cxx
index 389b3d4b5..389b3d4b5 100644
--- a/src/system/Resolver.cxx
+++ b/src/net/Resolver.cxx
diff --git a/src/system/Resolver.hxx b/src/net/Resolver.hxx
index a9596c299..a9596c299 100644
--- a/src/system/Resolver.hxx
+++ b/src/net/Resolver.hxx
diff --git a/src/system/SocketError.cxx b/src/net/SocketError.cxx
index c4c9d7a2c..c4c9d7a2c 100644
--- a/src/system/SocketError.cxx
+++ b/src/net/SocketError.cxx
diff --git a/src/system/SocketError.hxx b/src/net/SocketError.hxx
index c9435d6fb..c9435d6fb 100644
--- a/src/system/SocketError.hxx
+++ b/src/net/SocketError.hxx
diff --git a/src/system/SocketUtil.cxx b/src/net/SocketUtil.cxx
index 26fc94bd4..556a8d037 100644
--- a/src/system/SocketUtil.cxx
+++ b/src/net/SocketUtil.cxx
@@ -20,7 +20,7 @@
#include "config.h"
#include "SocketUtil.hxx"
#include "SocketError.hxx"
-#include "fd_util.h"
+#include "system/fd_util.h"
#include <unistd.h>
diff --git a/src/system/SocketUtil.hxx b/src/net/SocketUtil.hxx
index ad02ef481..ad02ef481 100644
--- a/src/system/SocketUtil.hxx
+++ b/src/net/SocketUtil.hxx
diff --git a/src/output/plugins/httpd/HttpdClient.cxx b/src/output/plugins/httpd/HttpdClient.cxx
index b372eedbc..99210c1fd 100644
--- a/src/output/plugins/httpd/HttpdClient.cxx
+++ b/src/output/plugins/httpd/HttpdClient.cxx
@@ -23,7 +23,7 @@
#include "util/ASCII.hxx"
#include "Page.hxx"
#include "IcyMetaDataServer.hxx"
-#include "system/SocketError.hxx"
+#include "net/SocketError.hxx"
#include "Log.hxx"
#include <assert.h>
diff --git a/src/output/plugins/httpd/HttpdOutputPlugin.cxx b/src/output/plugins/httpd/HttpdOutputPlugin.cxx
index a99f9b412..05e3d53d0 100644
--- a/src/output/plugins/httpd/HttpdOutputPlugin.cxx
+++ b/src/output/plugins/httpd/HttpdOutputPlugin.cxx
@@ -25,7 +25,7 @@
#include "encoder/EncoderInterface.hxx"
#include "encoder/EncoderPlugin.hxx"
#include "encoder/EncoderList.hxx"
-#include "system/Resolver.hxx"
+#include "net/Resolver.hxx"
#include "Page.hxx"
#include "IcyMetaDataServer.hxx"
#include "system/fd_util.h"