aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-01-30 13:39:12 +0100
committerMax Kellermann <max@duempel.org>2013-01-30 13:39:12 +0100
commit39d56d6b65dd8441afb39eb60553e25e768bbe7f (patch)
tree54a7a4e9cad1550aedaad66b59518f6c91b65764 /src
parenta291415326f87afe5b42a89e9a90029b876895f2 (diff)
downloadmpd-39d56d6b65dd8441afb39eb60553e25e768bbe7f.tar.gz
mpd-39d56d6b65dd8441afb39eb60553e25e768bbe7f.tar.xz
mpd-39d56d6b65dd8441afb39eb60553e25e768bbe7f.zip
ServerSocket: move to libevent.a
Diffstat (limited to 'src')
-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>