aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/Listen.cxx2
-rw-r--r--src/event/ServerSocket.cxx (renamed from src/ServerSocket.cxx)0
-rw-r--r--src/event/ServerSocket.hxx (renamed from src/ServerSocket.hxx)0
-rw-r--r--src/output/HttpdOutputPlugin.cxx2
4 files changed, 2 insertions, 2 deletions
diff --git a/src/Listen.cxx b/src/Listen.cxx
index 7bc10dc18..f1d6e4fec 100644
--- a/src/Listen.cxx
+++ b/src/Listen.cxx
@@ -22,7 +22,7 @@
#include "Main.hxx"
#include "Client.hxx"
#include "conf.h"
-#include "ServerSocket.hxx"
+#include "event/ServerSocket.hxx"
#include <string.h>
#include <assert.h>
diff --git a/src/ServerSocket.cxx b/src/event/ServerSocket.cxx
index a1e2ee01e..a1e2ee01e 100644
--- a/src/ServerSocket.cxx
+++ b/src/event/ServerSocket.cxx
diff --git a/src/ServerSocket.hxx b/src/event/ServerSocket.hxx
index eea4b0851..eea4b0851 100644
--- a/src/ServerSocket.hxx
+++ b/src/event/ServerSocket.hxx
diff --git a/src/output/HttpdOutputPlugin.cxx b/src/output/HttpdOutputPlugin.cxx
index a9b27c483..871047a5f 100644
--- a/src/output/HttpdOutputPlugin.cxx
+++ b/src/output/HttpdOutputPlugin.cxx
@@ -28,7 +28,7 @@
#include "Page.hxx"
#include "IcyMetaDataServer.hxx"
#include "fd_util.h"
-#include "ServerSocket.hxx"
+#include "event/ServerSocket.hxx"
#include "Main.hxx"
#include <assert.h>